/*Fuente Natura*/
@font-face {
    font-family: 'NaturaFont';
    src: url(Font/NaturaSansWeb-Regular.ttf) format('ttf'),
         url(Font/naturasansweb-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NaturaFont';
    src: url(Font/NaturaSansWeb-Bold.ttf) format('ttf'),
         url(Font/naturasansweb-bold-webfont.woff) format('woff');
    font-weight: bold;
    font-style: bold;

}
@font-face {
    font-family: 'NaturaFont';
    src: url(Font/NaturaSansWeb-Light.ttf) format('ttf'),
         url(Font/naturasansweb-light-webfont.woff) format('woff');
    font-weight: lighter;
    font-style: lighter;

}


/*Página completa*/
#wrap{
	width:100%;
	font-family: "NaturaFont";
	/*max-width:1100px;
	margin:0 auto;*/	
}
#wrap2{
	width:100%;
	height: auto;
	font-family: "NaturaFont";
	/*max-width:1100px;
	margin:0 auto;*/	
}
*{
	margin: 0;
	padding: 0;
}

p, div{
  color: #8288A3;
}

/*Cabezote*/
header{
	width:100%;
	min-height:300px;	
	background-color: #fff;
	margin: 0 auto;
	display:block;
	clear:both;
	float:left;	
}

header h1{
  padding-top: 4%;
}

header img{
    width: 10%;
    margin: auto;
    display: block;
    clear: none;
    padding-top: 5%;
}

/*menu Oculto*/
input{
	width: 100%;
    min-height: 20px;
    background-color: #F9A71E;
    font-style: "NaturaFont";
    color: #fff;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    border: none;
    display: block;
    clear: both;
    float: left;
}

div #oculto{
	width: 100%;
	
	display:block;
	clear:both;
}

#oculto ul {
margin-left: 5%;
}

#oculto ul li{
margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 5%;
    display: block;
    clear: none;
    float: left;
    width: auto;
    min-height: 20px;
}

#oculto ul li a{
	font-family: "NaturaFont";
    text-decoration: none;
    text-align: center;
    color: #4F9FB9;
    font-size: 16px;
}


#oculto ul li a:hover{

	color: #F9A71E;
}

/*Títulos Textos*/
h1{
	font-family: "NaturaFont";
	font-size: 40px;
	font-weight: 100;
	text-align: center;
	color: #8287A2;
	padding-top: 15%;
}
h2{
	font-family: "NaturaFont";
	font-size: 35px;
	text-align: center;
	color: #fff;
	padding-top: 2%;
}

h3{
	padding: 30px;
    color: #809ca7;
    font-family: "NaturaFont";
    font-size: 18px;
    font-weight: lighter;
    
}
h4{
	font-family: "NaturaFont";
    font-size: 25px;
    font-weight: 100;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding-top: 4%;
}
h5{
	font-family: "NaturaFont";
	font-size: 19px;
	text-align: left;
	color: #FBC76F;
	padding-top: 5%;
  min-height: 65px;
}


footer h5{
  color: #c0802f;
}

.conformidades #wrap2 {
    margin-bottom: 50px;
}


/*Menu de navegación*/
#tituloNavegacion{
	padding-top: 6%;
    width: 100%;
    display: block;
    clear: none;
    float: right;
    text-align: center;
    margin-bottom: 60px;
}

nav{
	width:100%;
	min-height:800px;	
	background-image: url(banner/banner-home.jpg);
	background-size: cover;
	background-color: #888888;
	z-index: 10000;

	display:block;
	clear:both;
		
}

nav ul{
	padding-left: 0;
	height:auto;
	margin:0;
	list-style-type:none; 
	
}

nav ul li{
	/*padding: 10px 20px 20px 100px;
	margin-top: 2%;
    margin-left: 25px;*/
    display: block;
    clear: none;
    float: left;
   	width: 30%;
    max-height: 200px;
}
nav ul li a{
	font-weight: bold;
    font-size: 20px;
    color: #fff;
    padding: 20px;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    display: block;
}

.img-container {
    width: 100%;
  height: auto;
  top: 0;
  padding: 10px 10px 10px 50px;
  background: none;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.img-container:before {
    content: '';
    width: inherit;
    height: inherit;
    margin-top: -30px;
    margin-left: -80px;
    position: absolute;
    opacity: 0;
    transition: opacity .1s ease-out; 
}

#NoConf .img-container:before {
    background: #CC0003 !important;
    height: 110%;
}
#TuHistoria .img-container:before {
    background: #a4BB3A !important;
    height: 110%;
}
#Canales .img-container:before {
    background: #FF6C0C !important;
    height: 110%;
}
#Plazos .img-container:before {
    background: #72BBBD !important;
    height: 110%;
}
#Guia .img-container:before {
    background: #6E4199 !important;
    height: 110%;
}
#Procesos .img-container:before {
    background: #DBC225 !important;
    height: 110%;
}

.img-container:hover:before { 
  opacity: 1;
}

.img-container .text-container {
width: 70%;
    height: auto;
    font-family: "NaturaFont";
    padding: 5px 15px;
    color: #444;
    position: absolute;
    top: 100%;
    margin-left: 60px;
}

.img-container:hover .text-container {    
  top:0;
}

.text-container p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    width: 100%;
}

.text-container img {
	margin-left: 0;
    margin-top: -15px;
}

.text-container h4 {
text-align: center;
    color: #fff;
    font-weight: bold;
}




/*Contenido*/
main{
	width:100%;
	min-height:400px;	

	
	display:block;
	clear:both;
	float:left;
		
}

.introduccion, .introduccion-blue, .introduccion-green, .introduccion-brown{
	width: 90%;
  height: auto;
  background-color: #fff;
  display: block;
  clear: none;
  float: right;
  text-align: center;
  margin-right: 5%;
  z-index: 100;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
  margin-top: 2%;
}

.introduccion-blue h3{
color: #4F9FB9;
}
.introduccion-brown h3{
color: #D6C02E;
}
.introduccion-green h3{
color: #B3CA36;
}
.introduccion-green span{
color: #F0340A;
font-size: 20px;
}

.guia-proceso{
  font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}

#descarga{
	width:100%;
	min-height:150px;	
	background-color:#94A856;
	margin-top: 25px;
	
	display:block;
	clear:both;
	float:left;	
}

#descarga a{
	text-decoration: none;
}

#descarga:hover{
	background-color:#B9C994;
} 

article{
	width:100%;
	min-height:200px;	
	background-color:#999;
	
	display:block;
	clear:both;
	float:left;
		
}
footer{
	width:100%;
	min-height:300px;
	padding-bottom: 50px;	
	
	display:block;
	clear:both;
	float:left;
		
}

footer #title{
	background-color: #fff;
    min-height: 200px;
    
}


.title{
    min-height: 30px;
    display: block;
    clear: both;
    float: right;
    width: 100%;
    background-color: #fff;
}

.title img {
	float: left;
    margin-left: 25%;
    margin-bottom: 5%;
    margin-top: 4%
}

.title p{
	font-family: "NaturaFont";
	color: #AA9882;
    font-size: 40px;
    text-align: right;
    padding-right: 20%;
    padding-top: 5%;
}

#final{
	width:95%;
	min-height:280px;	
	background-color:#fff;
	display:block;
	clear:both;
	float:left;
  padding: 20px;	
}
#final .izq{
    min-height: 200px;
    display: block;
    clear: none;
    float: left;
    width: 30%;
    padding-left: 3.3%;

    
}
#final	.centro{
	min-height: 200px;
    display: block;
    clear: none;
    float: left;
    width: 30%;
    padding-left: 3.3%;
    
}
#final .der{
    min-height: 200px;
    display: block;
    clear: none;
    float: left;
    width: 30%;
    /*padding-left: 3.3%;*/
   
}

#final p{
	font-family: "NaturaFont";
	color: #8287A2;
	position: absolute;
	margin-left: 6%;
	font-size: 16px;
}
#final p span{
	color: #8287A2;
	font-weight: bold;
}
#final br{
	padding-top: 20px;
}

#final a{
	text-decoration: underline;
	color: #F7B591;
}

#final img{
	position: absolute;
}

div#procesoAnimado-responsive {
    display: none;
}

/*ESTILOS PAG NO CONFORMIDADES*/

.banner, .banner-th, .banner-pd, .banner-pz{
	width:100%;
	min-height:450px;	
	background-image: url(banner/bannergrad-nc.jpg);
	background-size: cover;
	background-color: #888888;
	z-index: 10000;
	margin-bottom: 40px;
	display:block;
	clear:both;
	
}

.banner-th{
	background-image: url(banner/bannergrad-historia.jpg);	
	margin-bottom: 40px;
}

.banner-pd{
	background-image: url(banner/bannergrad-proceso.jpg);	
	margin-bottom: 40px;
}

.banner-pz{
  background-image: url(banner/bannergrad-plazos.jpg); 
  margin-bottom: 40px;
}

div #tituloBanner{
margin-bottom: 5%;
}

div #tituloBanner img{
    margin: auto;
    display: block;
}


.MenuNoConformidades {
	background-color: #fff;
    min-height: 250px;
    background-image: none;
    z-index: 10000;
    margin-top: -35px;
    margin-bottom: 20px;
	}
.MenuNoConformidades p {
	color: #63a343;
	font-size: 20px;
	padding-top: 20px;
	}
.MenuNoConformidades ul {
		display: flex;
		padding: 0;
		margin: 0;
		list-style: none;
	}

.MenuNoConformidades ul li {
		display: block;
		width: 100%;
	}

.MenuNoConformidades a {
		display: block;
		padding-top:5px;
		padding-bottom:5px;
		font-size: 15px;
		background-color: #fff;
		text-decoration: none;
		color: #fff;
	}
.MenuNoConformidades li a:hover {
		background-color: #fff!important;	
		color: #63a343;
	}
.MenuNoConformidades ul li ul a {
		background-color: #63a343 !important;
	}
.MenuNoConformidades ul li ul {
		display: none;

	}
.MenuNoConformidades ul li a:hover + ul, .MenuNoConformidades ul li ul:hover {
		display: block;

	}


/*Plazos*/

.PlazosItems {
	background-color: #fff;
	min-height: 450px;
    background-image: none;
    z-index: 10000;
    margin-top: 50px;
    margin-left: 5%;
    margin-bottom: 5%;
	}
.PlazosItems h3 {
	color: #fff;
	font-size: 30px;
	padding-top: 20px;
	}
.PlazosItems ul {
	display: block;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	}
.PlazosItems ul li {
	display: block;
    width: 30%;
    min-height: 150px;
	}
.PlazosItems a {
	display: block;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 15px;
	background-color: #fff;
	text-decoration: none;
	color: #fff;
	}
.PlazosItems li a:hover {
	max-height: 200px;
	background-color: #fff!important;	
	color: #63a343;
	}
.PlazosItems ul li ul p {
	display: block;
	}
.contenido{
	display: inline-block;
    position: absolute;
    clear: none;
    float: right;
    width: 50%;
    margin-top: -95px;
    margin-left: 30%;
    text-align: left;
    background-color: #EBEBEB;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 20px;   
}

.TuHistoriaItems .contenido{
    background-color: #fff; 
}
.contenido p{
	 color: #4F9FB9;
	 font-size: 25px;
}
.PlazosItems div .contenido{
	float: right;
}
.PlazosItems ul li ul {
		display: none;
}
.PlazosItems ul li a:hover + ul, .PlazosItems ul li ul:hover {
		display: block;
}


/*Tu Historia*/

.TuHistoriaItems {
	background-color: #fff;
	min-height: 450px;
    background-image: none;
    z-index: 10000;
    margin-top: 50px;
    margin-left: 5%;
    margin-bottom: 5%;
	}
.TuHistoriaItems h3 {
	color: #fff;
	font-size: 30px;
	padding-top: 20px;
	}
.TuHistoriaItems ul {
	display: block;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	}
.TuHistoriaItems ul li {
	display: block;
    width: 30%;
    min-height: 150px;
	}
.TuHistoriaItems a {
	display: block;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 15px;
	background-color: #fff;
	text-decoration: none;
	color: #fff;
	}
.TuHistoriaItems li a:hover {
	max-height: 200px;
	background-color: #fff!important;	
	color: #63a343;
	}
.TuHistoriaItems ul li ul p {
	display: block;
	}
.TuHistoriaItems div{
	display: inline-block;
    position: absolute;
    clear: none;
    float: right;
    width: 50%;
    margin-top: -95px;
    margin-left: 30%;
    text-align: left;
    background-color: #fff;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 20px;   
}

.TuHistoriaItems .contenido p{
	 color: #4F9FB9;
	 font-size: 25px;
}
.TuHistoriaItems div .contenido{
	float: right;
}
.TuHistoriaItems ul li ul {
		display: none;
}
.TuHistoriaItems ul li a:hover + ul, .TuHistoriaItems ul li ul:hover {
		display: block;
}


/*Proceso de Devolución*/

#recibo{
	width:100%;
	height:auto;	
	background-color: #none;
	z-index: 10000;

	display:block;
	clear:both;

}

#recibo img{
    display: block;
    margin: auto;
    width: 55%;
    height: auto;

}

#recibo p{
    display: block;
    clear: none;
    width: 100%;
    margin-top: 2%;
    color: #4F9FB9;
    text-align: center;
    font-size: 20px;

}

div #procesoAnimado{
  width: 100%;
margin-bottom: 2%;
margin-top: 2%;
}

div #procesoAnimado img{
    margin: auto;
    display: block;
    width: 90%;
}

.tabs-box

div #procesoAnimado p{
    color: #D6C02E;
    margin-left: 15%;
    margin-bottom: 2%;
    font-size: 25px;
    font-weight: bold;
}

.dropbtn-pd {
	width: 25%;
	background-color: #ECD223;
    color: white;
    font-family: "NaturaFont";
    padding: 16px;
    margin-bottom: 20px;
    margin-left: 15%;
    font-size: 30px;
    border: none;
    cursor: pointer;
}
.dropbtn-pl {
	width: 25%;
	background-color: #4F9FB9;
    color: white;
    font-family: "NaturaFont";
    padding: 16px;
    margin-bottom: 20px;
    margin-left: 15%;
    font-size: 30px;
    border: none;
    cursor: pointer;
}
.dropbtn-th {
	width: 25%;
	background-color: #71CACD;
    color: white;
    font-family: "NaturaFont";
    padding: 16px;
    margin-bottom: 20px;
    margin-left: 15%;
    font-size: 30px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: block;
}

.dropdown-content {
    display: none;
    position: inherit;
    float:right;
    max-width: 54%;
    margin-right:5%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


footer .title {
  font-family: "NaturaFont";
      color: #c0802f;
      font-size: 40px;
      text-align: right;
      padding-right: 20%;
}


.footer-intro{
  margin-top: 40px;
  margin-bottom: 40px;
}

.dropdown-content a {
    color: #4F9FB9;
	font-family: "NaturaFont";
	font-size: 20px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #fff}

.dropdown:hover .dropdown-content {
    display: block;
    width: 90%;
}

.dropdown:hover .dropbtn-pd {
    background-color: #D6C02E;
}
.dropdown:hover .dropbtn-pl {
    background-color: #5469A6;
}
.dropdown:hover .dropbtn-th {
    background-color: #4F9FB9;
}

.dropdowncontent img{
  width: 100%;
}

.wiggle {
  display:block;
  margin:0 auto;
  width:150px;
  height:150px;
  -webkit-animation: wiggle 3s cubic-bezier(.9,.20,.20,.9) infinite alternate;
  box-shadow:10px 10px 1px 0 rgba(0,0,0,.15);
}

.wiggle:hover {
  -webkit-animation:none;
}

.short-animate {
  -webkit-transition:.5s ease-in-out;
  -moz-transition:.5s ease-in-out;
  -ms-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
}

.long-animate {
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}


.contact-info{
    font-size: 16px;
    font-family: "NaturaFont";
  }

html,body {
  height:100%;
  min-height:100%;
}

.lightbox {
  position:fixed;
  top:-100%;
  bottom:100%;
  left:0;
  right:0;
  background:#fff;
  z-index:501;
  opacity:0;
  margin: 40px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  height: auto;
}

.lightbox p{
	color:#fff;
	font-family: "NaturaFont";
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	padding-top: 2%;
}

.lightbox img {
	position:absolute;
  margin:auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
  max-width:0%;
  max-height:0%;
}

#lightbox-controls {
  position:fixed;
  height:70px;
  width:70px;
  top:-70px;
  right:0;
  z-index:502;
  background:rgba(0,0,0,.1);
}

#close-lightbox {
  display:block;
  position:absolute;
  overflow:hidden;
  height:50px;
  width:50px;
  text-indent:-5000px;
  right:10px;
  top:10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

#close-lightbox:before {
	content:'';
  display:block;
  position:absolute;
  height:0px;
  width:3px;
  left:24px;
  top:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}

#close-lightbox:after {
	content:'';
  display:block;
  position:absolute;
  width:0px;
  height:3px;
  top:24px;
  left:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .5s 1s ease-in-out;
  -moz-transition: .5s 1s ease-in-out;
  -ms-transition: .5s 1s ease-in-out;
  -o-transition:.5s 1s ease-in-out;
  transition:.5s 1s ease-in-out;
}

.lightbox:target {
  top:0%;
  bottom:0%;
  opacity:1;
}

.lightbox:target img {
  max-width:100%;
  max-height:100%;
}

.lightbox:target ~ #lightbox-controls {
  top:0px;
}

.lightbox:target ~ #lightbox-controls #close-lightbox:after {
  width:50px;
}

.lightbox:target ~ #lightbox-controls #close-lightbox:before {
  height:50px;
}

@-webkit-keyframes wiggle {
	0% {
	  -webkit-transform:rotate(2deg);
  }
  20% {-webkit-transform:rotate(-2deg);}
  40% {-webkit-transform:rotate(2deg);}
  60% {-webkit-transform:rotate(-2deg);}
  80% {-webkit-transform:rotate(2deg);}
	100% {-webkit-transform:rotate(-2deg);}
}


.front img {
    width: 50%;
}


.dropbtn-nc {
	width: 25%;
	background-color: #fff;
    color: #c82254;
    font-family: "NaturaFont";
    padding: 16px;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-top: 15px;
    font-size: 25px;
    border: none;
    cursor: pointer;
}

.dropdown-nc {
    position: relative;
    display: inline;
}

.dropdown-content-nc {
	display: none;
    max-width: 50%;
    background-color: #63a343;
    border-radius: 25px;
    margin-left: 5%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 20px;
}


.dropdown-content-nc a {
    color: #fff;
	font-family: "NaturaFont";
	font-size: 20px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content-nc p {
color: #fff;
    font-family: "NaturaFont";
    font-weight: lighter;
    font-size: 18px;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
    text-align: left;
    position: absolute;
    margin-left: 50px;
    margin-top: -230px;
    width: 100%;
}
.dropdown-content-nc span {
color: #ECD223;
    font-family: "NaturaFont";
    font-size: 25px;
    padding: 20px 0px 20px 0px;
    text-decoration: none;
    text-align: center;
    background-color: none;
    border-radius: 100px;
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
    display: block;
    width: 14%;
    /* height: 14%; */
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    /* position: static; */
    display: inline-block;
}
.dropdown-content-nc a:hover {background-color: none}

.dropdown-nc:hover .dropdown-content-nc {
    display: block;
}

.dropdown-nc:hover .dropbtn-nc {
    font-weight: bold;
    width: 26%;
}

.main-tab {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
  margin-left: 15%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 40px;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #acbd73;
  border: 1px solid transparent;
  font-size: 21px;
}

li.conf {
    list-style: none;
}
  
  li.conf img {
    width: 80%;
  } 

  .conf p {
    font-size: 30px;
}

.conf ul li {
    list-style: none;
}

.conf ul li a {
    display: block;
    background-color: green;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

/*label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }
*/
label:hover {
  color: #82983A;
  cursor: pointer;
}

input:checked + label {
  color: #82983A;
 /* border: 1px solid #ddd;*/
  border-top: 2px solid #82993a;
  border-bottom: 1px solid #fff;
  font-size: 19px;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

section#content1, section#content2, section#content3  {
    background-color: #63a343;
    padding: 50px;
    border-radius: 25px;
    margin-top: 35px;
    color: #fff;
}

.nc-number-container {
    min-height: 50px;
    margin-bottom: 20px;
}

.nc-number {
    max-width: 30%;
    float: left;
    margin-right: 3%;
}

#content2 > div:nth-child(1) > div.nc-number > span{
  padding: 15px 25px;
}

.nc-number span {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 15px 21px;
    font-size: 25px;
    color: orange;
}

.title-tab{
  text-align: center;
    padding: 30px;
    color: #fff;
    background-color: #63a343;
    font-size: 26px;
    margin-bottom: 19px;
}

/* Large desktop */
@media only screen and (min-device-width : 1441px) and (max-device-width : 1921px) {
    .img-container:before{
      margin-left: -220px;
    }

    

}


/* Large desktop */
/*@media (max-width: 1440px) {
    .img-container:before{
      margin-left: -110px;
    }
}*/


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #oculto ul li{
      margin-left: 1.3%;
    }

    .text-container {
        margin-left: 15px !important;
    }

    #descarga h4 {
      padding-top: 60px;
    }

    .dropdown-content{
      max-width: 46%;
          margin-right: 8%;
    }

    .dropdown-content img {
      width: 100%
    }

    .title p{
      padding-right: 10%;
    }

    #final .centro{
      padding-left: 30px;
    }

    #final .der{
      padding-left: 0;
    }

    h5{
      font-size: 18px;
    }

    #final p{
      font-size: 16px;
      margin-left: 8%;
    }
    
    header h1 {
        padding-top: 7%;
    }
 
  nav{
      min-height: 900px;
    }
    
    #procesoAnimado{
      display: none;
    }

    #procesoAnimado-responsive{
      display: block !important;
    }

    #procesoAnimado-responsive img{
      width: 70%;
      display: block;
          margin: auto;
    }
  

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
      
  .MenuNoConformidades ul{
    display: block;
  }

  #recibo img{
    width: 90% !important;
    margin-top: 140px;
  }

  #recibo p{
    font-size: 48px;
  }

.conf ul li a{
  font-size: 28px;
  padding:20px 0;
}

.tab-content p{
  font-size: 40px;
}

.verifica span{
  font-size: 70px;
      padding: 21px 50px !important;
}
.cuenta{
  font-size: 40px !important;
}


button.btn.btn-default{
 font-size: 40px;
}

  .text-container h4{
    font-size: 34px;
  }

  .text-container p{
    font-size: 26px;
    line-height: 36px;
  }

  .conf p {
    font-size: 56px;
}

  .footer-intro img {
      margin: auto;
      margin-bottom: 26px;
  }

  footer .title{
    text-align: center;
    padding-right: 0;
    font-size: 58px;
  }
  
  li.conf img {
    width: 80%;
  } 

  .front img {
      width: 100%;
  }

  .icon-container{
    min-height: 1300px;
  }

  .icon_image{
    height: 500px;
  }

  .icon-title{
    font-size: 36px!important;
  }

  .back{
    min-height: 350px;
  }

  section.info{
    width: 100%;
  }

  .contact-info{
    font-size: 42px;
  }

  #final > section:nth-child(2){
    margin-left: 0 !important;
  }

  #final > section:nth-child(3){
    margin-left: 0 !important;
  }

  #procesoAnimado-responsive{
      display: block !important;
    }
      div#wrap2 .banner {
          min-height: 1500px;
      }

    header img{
      width: 40%;
    }

    header h1{
      padding-bottom: 4%;
    }

    input{
      min-height: 60px;
      font-size: 100px;
    }

    #oculto ul {
        margin-left: 0;
    }

    #oculto ul li{
      display:block;
      width:100%;
      text-align:center;
      margin-left: 0;
      margin-top: 5%;
    }
    #oculto ul li a{
      font-size: 50px;
    }
/*
    nav, .banner{
      min-height: 2650px;
    }*/

    .plazos .banner{
      min-height: 950px;
    }
/*
    nav ul li{
      width: 45%;

    }*/

    #tituloNavegacion img , img.titulo-seccion {
      width: 90%;
  }

  .img-container{
    font-size: 48px;
  }

  .img-container:before{
    margin-left: -151px;
  }

  .introduccion, .introduccion-blue, .introduccion-green, .introduccion-brown{
    width: 85%;
    margin-right: 7%;

  }

  h3{
    font-size: 52px;
  }

  #descarga h4{
    font-size: 44px;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  #final .izq, #final .centro, #final .der{
    width: 100%;
    padding:55px;
    margin:0; 
    box-sizing: border-box;
  }

  #final p{
    text-align: left;
    position: relative;
    font-size: 32px;
    margin: 0;
    padding: 3%;
    margin-left: 20%;
  }

  h5{
    text-align: center;
    font-size: 48px;
  }

  #final img{
    position: relative;
    margin-right:5%;
    float: left;
    width: 170px;
    margin-top: 25px;
  }

  .MenuNoConformidades{
    padding-top: 50px;
  }

  .MenuNoConformidades li.no-conf{
    margin-bottom: 0;
  }

  main {
    position: relative;

  }

  footer{
    margin-top: 50px;
  }

  footer .dropdown{
    display: inline-block;
  }

  .dropbtn-pl, .dropbtn-th, .dropbtn-pd{
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 48px;
    padding: 35px;
  }

  .dropdown-content{
    max-width: 80%;
    margin-right: 10%;
    margin-bottom:40px;
  }

  .no-conf {
      display: block;
      width: 25%;
      float: left;
      margin: auto;
      position: relative;
      clear: inherit;
      text-align: center;
  }

  li.iconos-secciones {
      margin-top: 80px;
      width: 44%;
  }

  .dropdown-content a{
    font-size: 42px;
  }

  .introduccion-green span{
    font-size:48px;
  }

  .tu-historia .introduccion-green, .procesos-devolucion .introduccion-brown{
    margin-bottom: 7%;
  }

  .tu-historia  .dropdown-content img{
    width: 100%;
  }

  div #procesoAnimado p{
    font-size: 48px;
  }

   div #procesoAnimado-responsive p{
    font-size: 48px;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
  }

  div #procesoAnimado img{
    width: 95%;
  }

  #procesoAnimado{
      display: none;
    }

     #procesoAnimado-responsive img{
      width: 90%;
      display: block;
       margin: auto;
    }

    a.boton-menu{
      font-size: 75px !important;
    }

    .MenuNoConformidades p{
      font-size: 40px !important;
    }

    .MenuNoConformidades a{
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 30px;
    }

    #wrap2 > nav > ul > li:nth-child(3){
      clear: both;
    }
    
    #wrap2 > nav > ul > li:nth-child(1),
    #wrap2 > nav > ul > li:nth-child(2){
      margin-top: 0;
    }

}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}





a.boton-menu{
  color: #fff; 
  text-decoration: none; 
  background-color: orange; 
  padding: 10px 15px; 
  display: block;  
  text-align: center;
  clear: both;
  font-family: "NaturaFont";
  font-size: 30px;
  font-weight: 700;
}


.container-fluid {
    padding: 0;
    margin: 0;
}

/* entire container, keeps perspective */
.flip-container {
  -ms-perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;

}

  /* flip the pane when hovered */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

.flip-container, .front, .back {
  width: 320px;
  height: 250px;
}

/* flip speed goes here */
.flipper {
  -ms-transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;

  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}


.icon-title {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}



a:hover{
  text-decoration: none;
}


.modal-dialog{
  width: 90%;
}


.modal-header {
    background-color:#a3bb39;
    font-family: natura;
    border-bottom: none;
}

.modal-title {
    font-family: "NaturaFont";
    font-weight: bold;
}

.modal-body {
    padding: 5%;
}

.nav-tabs {
    border: none;
    margin-bottom: 4%;
}

.nav-tabs>li {
    border: none;
    font-size: 25px;
    font-family: "NaturaFont";
}

.nav-tabs>li>a{
    color: #c82254;
    font-family: "NaturaFont";
    cursor: pointer;
    transition: all .3s; 
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border:none;
  color: #c82254;
  font-weight: bold;
  transition: all .4s; 
}

.nav-tabs>li {
    float: left;
    margin: auto;
    width: 33.333%;
    text-align: center;
    margin-bottom: 2%;
}

a.btn.btn-primary.btn-lg {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid white;
}

.significa, .verifica, .cuenta{
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    padding: 5%;
}

.significa{
   background-color: #63a343;
}

.verifica{
  background-color: #5487A6;
}

.cuenta{
  background-color:#71CACD;
}

.verifica span{
    border: 2px solid yellow;
    border-radius: 50%;
    padding: 20px 25px;
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.tab-content p{
  color: #fff;
  clear: both;
}

.btn-primary:hover{
  background-color: #ffa500 !important;
}