/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
  font: normal 12px/18px Arial, Helvetica, sans-serif;
  color: #444;
}

body {
  font: normal 12px/18px Arial, Helvetica, sans-serif;
  color: #444;
}

a { color: #48b; }

a:hover,
code { color: #d50; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
  border: 1px solid #ddd;
  background: #fafafa;
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }

h1, h2, h3, h4, h5, h6 {
margin: 15px 0 15px 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
margin: 0px 0 15px 0 !important;
}

form h4 {
margin: 0px !important;
}

h1 a{
text-decoration: none !important;
}

legend {
  padding: 0 10px;
}
fieldset {
  padding: 15px;
  }

button, input[type="button"], input[type="submit"] {
padding: 4px 10px;
}

form.box {
  border: none;
}


/* ESTILOS AÑADIDOS POR A.PEDROSA - CIRCUTOR */

.features-container {
    width:100%;  
    display: -webkit-flex; 
    display: flex; 
    flex-flow:-webkit-row wrap; 
    flex-flow:row wrap; 
    position:relative; 
    margin-right: -20px;
    margin-top: 20px;
    box-sizing: -webkit-border-box; 
    box-sizing: border-box; 
}
.feature-warp {
    width:50%; 
    padding-right: 20px; 
    padding-bottom: 20px; 
    float:left; 
    box-sizing: -webkit-border-box; 
    box-sizing: border-box; 
    display: -webkit-flex; 
    display: flex; 
    height:auto; 
    text-align:middle; 
    position:relative;
}

.items-col-2 .width50 .feature-warp {
	width:100% !important;
}

.feature-warp100 {
    width:100%; 
    padding-right: 20px; 
    padding-bottom: 20px; 
    float:left; 
    box-sizing: -webkit-border-box; 
    box-sizing: border-box; 
    display: -webkit-flex; 
    display: flex; 
    height:auto; 
    text-align:middle; 
    position:relative;
}

.feature {
    width:100%; 
    box-sizing: -webkit-border-box; 
    box-sizing: border-box; 
    display:table-cell; 
    height:auto; 
    text-align:middle; 
    position:relative;
}
.img-back {
  background-color: #ffffff;  
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: contain; 
  width: 100%; 
  height: 15rem; 
  box-sizing: border-box; 
}
.background-grey {
  background-color:#eee;
  box-sizing: border-box;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; 
}
.background-light {
  background-color: white;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.background-grey-resaltar {
  background-color:#eee;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.background-grey.resaltar:hover {
  background-color:#ddd;
  box-sizing: border-box;
}
.feature .prod-name {
  font-size: 1.8em; 
  color: #cd0039; 
  font-weight: bold; 
  letter-spacing: -0.01em;
}
.feature .prod-desc {
  font-size: 1.4em;
  line-height: 1.2em;
  color: #888;
  font-style: italic;
}
.feature .new-product {
  background-color: #EC0044;
  color: white;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 6px 20px 6px 16px;
  position: absolute;
  left: -4px;
  top: 11em;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.feature .mas-info {
  background-color: #2999d0;
  color: white;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  cursor: pointer;
}
.feature .mas-info:hover {
  background-color: #0979B0;
}
.padding40 {
      padding:40px 40px 50px 40px; 
}
.padding20 {
      padding:10px 20px 30px 20px; 
}
.article-maxW {
  max-width: 800px;
}
.article-maxW p {
  font-size: 1.3em;
  line-height: 1.5em;
}
ul.lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
ul.lists li {
  padding: 0.2em 0;
}
ul.lists li::before {
  content: "I";
  margin-right: 0.5em;
  color: #cd0039;
  font-weight: bold;
}



@media (max-width:480px) {
  .features-container {
      margin-right: 0px;
  }
  .feature-warp {
      width:100% !important; 
      padding-right: 0px; 
      padding-bottom: 20px; 
  }
  .padding40, .padding20 {
      padding:20px 20px 26px 20px; 
  }
  .article-maxW {
	  max-width: 100%;
  }
.article-maxW p {
  font-size: 1em;
  line-height: 1em;
  }

}
