body{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	background: #fff; /*#f3f3f3;*/
}
a{
	transition: all 0.3s ease;
    color: inherit;
}
a:hover{
    color: #359f31;
    text-decoration: none;
}
img{
    max-width: 100%;
}
button{
    cursor:pointer;
}
div{
    box-sizing:border-box;
}
header {
    background: #fff;
}
.container{
	max-width: 1200px;
}
.izq{
    float: left;
}
.der{
    float: right;
}
.centro{
  margin: 0 auto !important; 
}
.logo {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 999;
}
.logo:hover{
    opacity: .7;
}

#alert
{
	z-index: 9999999;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: absolute;	
	left: 0;
	background-color: #000;
	height: 0;
	color: #fff;
	font: 20px/50px  Geneva, Sans-serif;
	opacity: .9;
	top:0;
}

	
/*Top*/
#wrap-top{
	float: left;
	background: #3d3c41;
	border-top: 3px solid #359f31;
	padding: 3px;
}
.sop-top{
	position: relative;
}

#nav-top{
	font-size: 11px;
	flex-direction: row;
	float: right;
}
#nav-top li{
	float: left;
	margin: 5px 10px;
    color: #b1b1b1;
}
#nav-top li a{
	color: #b1b1b1;
}
#nav-top li a:hover{
	color: #fff;
}

#country-selector{
	float: right;
	list-style-type: none;
	margin: 0 0 0 10px;
	position: relative;
	top: -2px;
}
#country-selector a{
	font-weight: bold;
	font-size: 11px;
	color: #b1b1b1;
}
#country-selector a:hover{
	color: #fff;

}
#country-selector a img{
	margin: 2px 5px 0 0;
}

#country-selector li ul.dropdown-menu {
    background: #3d3c41;
    left: -5px!important;
    top: 10px!important;
    padding: 3px 5px;
    min-width: 130px;
}

#country-selector .nom-pais{
	position: relative;
	top: 2px;
}
.dropdown .dropdown-menu{
    display: none;
    opacity: 0;
    width: auto;
    min-width: 150px; /* Antes era 100px  */
    cursor:default;
    background: #3d3c41;
    padding: 0 5px 5px;
    margin: 8px 0 0 0;
}
.dropdown.show .dropdown-menu {
    display: block;
    opacity: 1;
    cursor: pointer;
    top: 3px !important;
    left: -5px !important;    
}
/* Menu Principal */
#sop-menu {
    background-image: url(images/bg_menu.png);
    height: 110px;
    position: relative;
    display: block;
    clear: both;
    z-index: 1;
}
#mainNav a{
	color: #3b3b3b;
}
#mainNav{
	padding: 40px 0 0 350px;
}
#mainNav ul li{
	margin: 0 10px;
	position: relative;
	overflow: hidden;
}

#mainNav ul li>a:before {
    background-color: #9BC73F;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transition: .3s ease all;
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    width: 0%;
    z-index: -1;
}
#mainNav ul li:hover>a:before, #mainNav ul li.active a:before {
  height: 3px;
  left: 0;
  width: 100%;
}
#mainNav ul li:hover>a{
	color: #848484;
}
/*Slider*/
div#slider {
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
    z-index: -1;
}
img.d-block.img-fluid {
    width: 100%;
    height: auto;
}
#curve{
    background-color: transparent;
    background-image: url(images/curve.png);
    background-position: center center;
    background-size: 100% 100%;
    bottom: -3px;
    content: " ";
    height: 90px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
   }

/* destacados Index */
#dest-indx{
	margin: -150px auto 0 ;
}
.wrap-dest-indx{
	width: 270px;
	text-align: center;
	margin: 0 auto;
}
.wrap-dest-indx:hover .sop-circle{
	background: #555555;
}
.wrap-dest-indx h2{
	font-size: 24px;
	margin: 20px 0;
    font-weight: 600;
    color: #3d3c41;
}
.sop-circle {
    background: #359f31;
    width: 190px;
    height: 190px;
    text-align: center;
    border-radius: 95px;
    padding: 20px 0 0 0;
    display: block;
    float: none;
    margin: 0 auto;
        transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
}

/* Banners Index */ 

#bnrs-indx{
	margin: 50px auto;
}
.bnr-1{
	background: url(images/bg_sop1.png);
	height: 320px;
	/* width: 835px; */
	overflow: hidden;
	padding: 0;
	margin: 0;
	flex:none;
	border-right: 10px solid #f3f3f3;
	background-size: 100%;
}
.bnr-1 img{
	float: left;
    margin: 0px;
        transition: .3s ease all;
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
}
.bnr-1 p{
	float: right;
    text-align: right;
	max-width: 400px;
    margin: 50px 10px 30px 0;
    font-size: 14px;
}
.bnr h4 {
    background-image: url(images/sop-h4-bnr.png);
    background-repeat: no-repeat;
    text-transform: uppercase;
    float: right;
    text-align: right;
    color: #fff;
    padding: 20px 50px 0 0;
    margin: 0 -20px 0 0;
    height: 85px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    transition: .3s ease all;
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
}
.bnr-1 h4{
    width: 410px;
    position: absolute;
    bottom:20%;
    right: -20px;
}
.bnr-1:hover img{
     -ms-transform: scale(1.05) rotate(-1deg); /* IE 9 */
    -webkit-transform: scale(1.05) rotate(-1deg); /* Chrome, Safari, Opera */
    transform: scale(1.05) rotate(-1deg);
}
.bnr-1:hover h4{
    right: 0;
}
.bnr-2{
    /* width: auto; */
    height: 320px;
    float: right;
    flex:none;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.bnr-2 img{
    float: left;
    margin: 0;
        transition: .3s ease all;
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
}
.bnr-2 h4{
    width: 280px;
    position: absolute;
    bottom: 20%;
    right: -20px;
}
.bnr-2:hover img{
     -ms-transform: scale(1.05) rotate(-1deg); /* IE 9 */
    -webkit-transform: scale(1.05) rotate(-1deg); /* Chrome, Safari, Opera */
    transform: scale(1.05) rotate(-1deg);
}
.bnr-2:hover h4{
    right: 0;
}

.bnr-3{
    background: url(images/bg_sop2.png);
    /* max-width: 265px; */
    height: 320px;
    float: right;
    flex:none;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 10px 0 0;
    background-repeat: repeat-y;
    border-right: 10px solid #f3f3f3;
    background-size: 100%;
}
.bnr-3 h4{
    width: 280px;
    position: absolute;
    bottom: 5%;
    right: -20px;
    font-size: 16px;
}
.bnr-3 img{
    float: left;
    margin: 0;
        transition: .3s ease all;
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
}

.bnr-3:hover img{
     -ms-transform: scale(1.05) rotate(-1deg); /* IE 9 */
    -webkit-transform: scale(1.05) rotate(-1deg); /* Chrome, Safari, Opera */
    transform: scale(1.05) rotate(-1deg);
}
.bnr-3:hover h4{
    right: 0;
}
.bnr-5{
    background: url(images/bg_sop1.png);
    /* width: 650px; */
    /* max-width: 100%; */
    height: 320px;
    float: right;
    flex:none;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 10px 0 0 0;
    background-size: 100%;
}
.bnr-5 h4{
    width: 410px;
    position: absolute;
    bottom:5%;
    right: -20px;
}
.bnr-5 img{
    float: left;
    margin: 0;
        transition: .3s ease all;
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
}

.bnr-5:hover img{
    display: block;
     -ms-transform: scale(1.05) rotate(-1deg); /* IE 9 */
    -webkit-transform: scale(1.05) rotate(-1deg); /* Chrome, Safari, Opera */
    transform: scale(1.05) rotate(-1deg);
}
.bnr-5:hover h4{
    right: 0;
}
#benefic-indx{
    background: #fff;
    padding: 0;
    margin: 30px auto 50px;
    clear: both;
    display: block;
    overflow: hidden;
}
#benefic-indx h4{
    padding: 20px;
    font-weight: 300;
    width: 100%;
    position: relative;
}
#benefic-indx .row{
    padding: 0;
    margin: 0;
}
.beneficio{
    font-size: 12px;
    padding: 10px 0 20px;
    text-align: center;
    text-transform: uppercase;
    color: #2f2f30;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.beneficio:last-child{
    border-right: none;
}
.beneficio img{
    margin: 20px auto;
    float: none;
            transition: .3s ease all;
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
}

.beneficio:hover{
    color: #359f31;
}
.beneficio:hover img{
    margin: 10px auto 20px;
}
/* Footer */

footer{
    background: #282828;
    display: block;
    clear: both;
}
footer .container{
    background-image: url(images/bg_footer.png);
    background-repeat: no-repeat;
    background-position: right;
    min-height: 350px;
    padding: 50px 0;
    overflow: hidden;
}

/* Newsletter */

.sop-newsletter{
    color: #fff;
}
footer h3{
    color: #d2d2d2;
    font-size: 13px;
}
.sop-newsletter p{
    font-size: 12px;
    color: #8f8f8f;
    line-height: 1;
    margin: 0 0 10px 0;
}
#susc-news-form input{
    width: 80%;
    float: left;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 0;
    max-width: 300px;
}
#susc-news-form .btn-susc{
    width: 35px;
    height: 35px;
    color: #fff;
    background: #359f31;
    cursor: pointer;
    position: relative;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    border-radius: 0;
}
#susc-news-form .btn-susc:hover{
    background: #6b6b6b;
}

.rrss{
    margin: 30px 0 0;
    padding: 0;
}
.rrss a{
    width: 35px;
    height: 35px;
    border-radius: 18px;
    display: block;
    background: #359f31;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.rrss a:hover{
    background: #6b6b6b;
}
.list-footer{
    list-style-type: square;
    float: left;
    margin: 0 50px 0 20px;
    padding: 0;
    color: #fff;
}

.list-footer li{

}

.list-footer li a{
    color: #8f8f8f;
    font-size: 14px;
}
.list-footer li a:hover{
    color: #fff;
}

.list-iso{
    list-style-type: none;
    float: left;
    margin: 40px 0 0 0;
    padding: 0;
}

.list-iso li{
  float: left;
}

.list-iso li a{
  margin-right: 20px;
}
.list-iso li a:hover{
    
}

.iso img{
    margin: 20px auto;
    float: none;
            transition: .3s ease all;
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
}

.iso:hover{
    color: #359f31;
}
.iso:hover img{
    margin: 10px auto 20px;
}


/* Interior */
.cont-int{
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    display: block;
    clear: both;
    overflow: hidden;
}
.cont-int .row{
    margin: 0;
}
.breadcrumb{
    background: #fafafa;
    padding: 5px 10px;
    margin: 10px 0 20px 0;
    font-size: 14px;
    float: left;
    display: block;
    width: 100%;
    order: 1;
}
.breadcrumb a:hover{
    color: #359f31;
}
#slide-interior {
    max-width: 100%;
    margin: 20px 0 20px 0;
}

.bajada-texto{
  text-align: justify;
  color: #3b3b3b;
  font-style: oblique;
}
.cont-princ{
	width: 100%;
    max-width: 830px;
    margin: 0 0 50px 0;
}
.cont-princ h1{
    font-size: 1.8rem;
    border-bottom: 3px solid #359f31;
    padding: 0 0 5px 0;
    margin: 20px 0 20px 0;
    color: #585858;
}
.cont-princ h2{
    font-size: 1.6rem;
}
.cont-princ h3{
    font-size: 1.5rem;
}
.cont-princ h4{
    font-size: 1.4rem;
}

#texto{
	margin: 1em 0 3em;
}


th, td{
	background: white;
	padding: 5px 10px;
}

td.graficoConsumo{
	padding: 5px 8px;
}

th{
	color: #000;
	background: white;
	text-align: left;
	padding: 16px 6px;
}
	

tr{
	background: white;
	color: #000;
}

td{
	font-weight: bold;
	padding-bottom: 11px;
	padding-top: 13px;
}

td.title{
	background: #f2f2f2;
	color: #5b5b5b;
	text-shadow:  1px 1px 0 white;
}

#texto p{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	font-family: 'Lato', sans-serif;
}

#texto h1,
#texto h2,
#texto h3,
#texto h4{
	font-family: 'Lato', sans-serif;
}

#texto h2 { font-size: 30px; margin: 1.5em 0 15px 0; color: #349330; line-height: 26px;}

#texto h3 { font-size: 21px; margin: 1.5em 0 10px 0; color: #359f31 }

#texto h4 { 
  color: #0b5d92;
  font-size: 18px;
  margin: 1.5em 0 10px;
  padding: 15px 0 0;
}

#texto table{
	border-top: 1px solid #dddddd; border-left: 1px solid #dddddd;
	border-radius: 4px; -moz-border-radius: 4px;
	border-spacing: 0 0;
	margin: 0 auto;
    max-width: 100%;
    margin-bottom: 1em;
}	

	#texto table thead th{
		background: #f2f2f2;
		color: #000;
		font-weight: bold;
		text-shadow: 1px 1px 0 white;
		text-align: left;
	}
	
		#texto table thead th:first-child{
			border-top-left-radius: 4px;
		}
		
		#texto table thead th:last-child{
			border-top-right-radius: 4px;
		}
	
	#texto table td, #texto table th{
		background: white;
		border-right: solid #dddddd 1px;
		border-bottom: solid #dddddd 1px;
		color: #5B5B5B;
		text-align: left;
		font-weight: normal;
	}
	#texto table td img{
		clear: both !important;
		margin: 0; border: 0; padding: 0;
		border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
		box-shadow: 0; -moz-box-shadow: 0; -webkit-box-shadow: 0;	
		text-align: center;			
	}
	
		#texto table thead:first-child tr:first-child th:first-child, #texto table tbody:first-child tr:first-child td:first-child{
			border-top-left-radius: 4px;
		}
		
		#texto table thead:first-child tr:first-child th:last-child, #texto table tbody:first-child tr:first-child td:last-child{
			border-top-right-radius: 4px;
		}


		#texto table thead:last-child tr:last-child th:first-child, #texto table tbody:last-child tr:last-child td:first-child{
			border-bottom-left-radius: 4px;
		}
		
		#texto table thead:last-child tr:last-child th:last-child, #texto table tbody:last-child tr:last-child td:last-child{
			border-bottom-right-radius: 4px;
		}
		
		#texto table td.title {
		  background-color:#F2F2F2;
		  background-position:initial initial;
		  background-repeat:initial initial;
		  color: #5B5B5B;
		  text-shadow:white 1px 1px 0;
		}				 		   
		
		#texto ol,
		#texto ul{
			color: #828282;
			margin: 20px 10px;
			font-size: 16px !important;
			line-height: 24px;
		}
		 #texto ol li{
		 list-style: decimal;
		 }
		 #texto ul li{
		 list-style: disc;
		 }
		
		#texto img{
		 	background: #fafafa;
		 	/*border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;*/
		 	border: 1px solid #F1F1F1;
		 	max-width: 100%;
		 	margin: 0 auto !important;
		 	padding: 3px;
		 	text-align: center;
		}
		 
		#texto img:hover{
		    border: 1px solid #9bc73f;
		    box-shadow: 0 0 2px #6b9eda;
		    opacity: 1;
		    transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition: all .2s linear;
		}
		 
		#texto iframe{
			 max-width: 100%;
			 border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
		 	 border: 1px solid #F1F1F1; padding: 5px; background: #fafafa;
		 	 margin-bottom: 15px;
		}



#texto blockquote {
    background: #f9f9f9;
    width: 90%;
    border-left: 10px solid #359f31;
    margin: 1.5em auto;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
    display: block;
    overflow: hidden;
}
#texto blockquote:before {
  color: #359f31;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
#texto blockquote:after {
    color: #359f31;
    content: close-quote;
    font-size: 4em;
    line-height: 0;
    padding-top: 0;
    position: absolute;
    right: 5px;
    bottom: 3px;
}
#texto blockquote p {
  display: inline;
}

#texto form{
	margin-top: 50px;
	background: #FAFAFA;
	padding: 15px;
}

#texto form h1{
font-size:1.5rem;
}
#texto form iframe{
	 border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
 	 border: 0px solid #F1F1F1; padding: 0px; background: none;
 	 margin-bottom: 15px;	
}
/** Compartir RRSS ***/

.comp-rrss{
    margin: 1.5em auto;
    overflow: hidden;
    order: 3;
    display: block;
    width: 100%;
}

.comp-rrss .redes a {
    text-align: center;
    background: #ececec;
    color: #fff;
    float: left;
    height: 40px;
    margin: 0 1%;
    opacity: 1;
    padding: 9px 0 0;
    text-transform: uppercase;
    width: 17%;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
        overflow: hidden;
    position: relative;
}


.redes.twitter-comp a {
    background: #000; /*#00aced;*/

}

.redes.facebook-comp a {
    background: #3b5998;
}

.redes.gplus-comp a {
    background: #cc3732;
}

.redes.whatsapp-comp a {
    background: #30b01f;
}


.redes figcaption:before{
    position:absolute;
    top:-12px;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.5);
    content:'';
    -webkit-transition:-webkit-transform 0.6s;
    transition:transform 0.6s;
    -webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
    transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
}

.redes:hover figcaption:before{
    -webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,155%,0);
    transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,155%,0);
}

#n-visitas{
    border-left: 1px solid #9c9c9c;
    color: #9c9c9c;
    display: block;
    float: left;
    margin: 0 -15px 0 1em;
    text-align: center;
    padding: 2px 1em;
    line-height: 15px;
}
.num-visitas{
    font-size: 18px;
    font-weight: bold;
    display: block;
    clear: both;
}
.txt-visitas{
    font-style: 12px;
    display: block;
    clear: both;
}

.oculto{
  display: none !important;
}

/* Aside */
aside {
    padding: 0;
    display: block;
    float: left;
    width: 300px;
    order: 4;
}

.articulo {
    margin: 30px 0 0;
    display: block;
    transition: .3s ease all;
-moz-transition: .3s ease all;
-webkit-transition: .3s ease all;
-o-transition: .3s ease all;
}
.articulo figure{
    margin: 0;
}
.articulo .fecha{
    font-size: 11px;
    position: relative;
    color: #8e8e8e;
    padding: 5px 10px 0;
}
.fecha:before{content: "\f073";font-family: 'FontAwesome';font-style: normal;font-weight: normal;text-decoration: inherit;
/*--adjust as necessary--*/color: #8e8e8e;font-size: 13px;padding-right: 0.5em;position: relative;}
.articulo .tit-art{
    font-size: 16px;
    font-weight: bold;
    padding: 0px 10px 10px;
    color: #585858;
}
.articulo .foto{
    overflow: hidden;
}
.articulo:hover, .articulo:hover .fecha, .articulo:hover .fecha:before {
    color: #359f31!important;
    background: #f8f8f8;
}
.articulo img{
transition: .3s ease all;
-moz-transition: .3s ease all;
-webkit-transition: .3s ease all;
-o-transition: .3s ease all;
}
.articulo:hover img{
         -ms-transform: scale(1.05) rotate(-1deg); /* IE 9 */
    -webkit-transform: scale(1.05) rotate(-1deg); /* Chrome, Safari, Opera */
    transform: scale(1.05) rotate(-1deg);
}


.bnrs-interior{
	clear: both;
    margin: 30px auto;
    position: relative;
}
.bnr-int{
    margin: 0 0 20px;
    display: block;
}
.bnr-int:hover{
    opacity: .7;
}

/* MENU LATERAL */
nav.aside ul{float: left;list-style-type: none;margin: 0 0 50px;padding: 0;width: 100%;}
nav.aside ul > li{
position: relative;
font-weight: 450;
}

nav.aside ul > li > a{
    position: relative;
    float: left;margin: 2px 0;padding: 12px 0 10px 40px;font-size: 15px;color: #fff;display: block;width: 100%;
    background: #9bc73f ;
    }
  nav.aside ul > li > a:hover{
    background: #9bc73f;
    color: #FFFFFF;
  }
nav.aside ul > li > a:before{
    font-family: 'FontAwesome';
    content: "\f0da";
    position: absolute;
    top: 10px;
    left: 20px;
}

nav.aside ul > li:first-child > a:before{
    content: "";
}
/* OPEN */
nav.aside ul > li.open > a{
    background: #9bc73f ;
    color: #FFFFFF;
}

nav.aside ul > li.open > a:before{
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: absolute;
    top: 10px;
    left: 20px;
}
/* ACTIVE */
nav.aside ul > li.active > a, nav.aside ul > li.active > a:hover{
	background: #D4D4D4;
    color: #FFFFFF;
}
/* LI TITTLE */
nav.aside ul > li.title:before{
    font-family: 'FontAwesome';
    content: "\f0c9";
    display: block;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 999;
  }

nav.aside ul > li.title {
-moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
 }
nav.aside ul > li.title > a{
    background: #359f31;
    border-radius: 0px;
    color: #fff;
    float: left;
    font-size: 16px;
    margin: 0;
    min-height: 18px;
    padding: 10px 0 10px 50px;
    width: 100%;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
  nav.aside ul > li.title > a:hover{
    cursor: default;
  }
/* UL UL */
nav.aside ul > ul{
  margin: 0;
}
nav.aside ul > ul > li > a{
    background: #f3f3f3;
    background-image: none;
    border-radius: 0px;
    color: #535353 !important;
    float: left;
    font-size: 12px;
    margin: 1px 0;
    padding: 3px 10px 3px 20px;
    width: 100%;
}
  nav.aside ul > ul > li > a:hover{
    background: #dadada;
    color: #535353;
  }
nav.aside ul > ul > li > a:before
{
    content: ""!important;
}

/* Articulos */ 

.list-art .fecha {
    font-size: 11px;
    position: relative;
    color: #8e8e8e;
    padding: 5px 0;
}
.list-art .tit-art{
    font-size: 18px;
    font-weight: bold;
    color: #585858;
}
.list-art p{
    font-size: 14px;
    text-align: justify;
}
.list-art img{
transition: .3s ease all;
-moz-transition: .3s ease all;
-webkit-transition: .3s ease all;
-o-transition: .3s ease all;
}
.list-art:hover{
    background: #f8f8f8;
}
.list-art:hover img{
    opacity: .75;
}
.list-art:hover .fecha, .list-art:hover .fecha:before{
    color: #359f31;
}
.art-princ{
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 1em;
}
.art-sec{
    height: 400px;
    padding: 1em;
}
/* Formulario de contacto*/
#formulario{
    margin: 30px 0;
}
form label{
	margin-left: 2px !important;
    width: 99%;
    float: left;
    display: block;
}

form .control-group{
    width: 100%;
    display: block;
    clear: both;
    margin: 0 0 20px;
}
form label{
    margin: 10px 0 5px 0;
}
form input, form textarea{
    width: 70%;
    padding: 10px;
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
.g-recaptcha {
    overflow: hidden;
}
@media (max-width: 1200px) {
.menuprinc{
    font-size: 14px;
}
#mainNav {
    padding: 20px 0 0 200px;
}
.logo img{
    width: 180px;
}
footer .container{
    padding: 50px 1em;
    background: none;
}
footer .container .row .col-xl-4{
    margin: 0 0 30px;
}
.cont-princ{
    max-width: 65%;
    order:2;
}
.cont-int{
    flex-direction: column;
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
}
}
@media (max-width: 990px) {
    .logo{
        position: absolute;
        float: none;
        left: 35%;
        z-index: 2;
    }
    .logo img{
         width: 120px;
         margin: 25px auto;
         float: none;
         position: relative;
         display: block;
    }
.form-group .control-group button{
	margin-top: 20px;
}
button.navbar-toggler.navbar-toggler-right {
    position: absolute;
    top: -43px;
    left: -7px;
    font-size: 30px;
}
#mainNav {
    padding: 0;
    background: #fff;
    z-index: 0;
    /* height: 1px; */
}
#sop-menu {
    height: 70px;
    padding: 0;
    z-index: 2;
    background: transparent;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before{
    color: #fff;
}
.cont-menu{
    width: 200px;
    margin: 0;
    padding: 0 10px 0 0;
    z-index: 0;
}
.sop-circle {
    background: #359f31;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 55px;
    padding: 10px 0 0 0;
    transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;

}
.sop-circle img{
    max-width: 70px;
    height: auto;
}
.wrap-dest-indx h2{
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 20px 0 0;
}
.wrap-dest-indx{
    font-size: .9em;
    text-align: center;
    padding: 0 0 20px;
    overflow: hidden;
    display: block;
    width: 100%;
}
.cont-princ{
    max-width: 100%;
    order: 2;
}
aside.der{
float: none;
margin: 0 auto;
width: 100%;
}
.articulo{
    max-width: 33%;
    float: left;
    padding: 0 5px;
}
.bnrs-interior {
    display: block;
    float: left;
    margin: 30px auto;
}
.bnr-int {
 float: left;
 margin: 0 20px 0 0;
}
}
@media (max-width: 768px) {
.sop-top {
padding: 3px 0;
}
#nav-top {
    font-size: 10px;
    flex-direction: row;
    float: left;
    margin: 0 0 0 33px;
    padding: 0;
}
#nav-top li{
    margin: 0 5px 0 0;
}
#nav-top li:last-child{
    margin: 0;
}
div#slider {
margin: 0;
}
#curve{
    display: none;
}
#dest-indx {
    margin: 10px auto;
}
.bnr-1 {
    background: url(images/bg_sop1.png);
    height: auto;
    width: 100%;
    border: none;
}
.bnr-1 img {
    max-width: 80%;
}
.bnr-1 p{
    display: none;
}
.sop-circle{
    float: left;
    margin: 0 10px 0 0;
}
.bnr-2 img{
    width: auto!important;
    max-width: none!important;
    height: 100%;
}
.bnr-3, .bnr-5 {
    margin: 0;
    border:none;
}
.bnr-5 {
    width: 100%;
}
.bnr-5 img{
    width: 100%;
}

.wrap-dest-indx, .wrap-dest-indx h2{
    text-align: left;
}
.bnr-3 h4, .bnr-4 h4{
    right: 0;
}
.bnr-2 h4, .bnr-3 h4 {
    width: 100%;
    position: absolute;
    bottom: 5%;
    right: 0px;
    font-size: 16px;
    padding: 20px 10px;
    margin: 0;
} h4 {
    width: 280px;
    bottom: 5%;
    right: -20px;
    font-size: 16px;
}
.comp-rrss .name{
    display: none;
}

.redes.whatsapp-comp a {
	display: block !important;
}

}
@media (max-width: 576px) {
body{
    font-size: .9em;
}

#wrap-top{
    padding: 5px;
}

.dropdown .dropdown-menu {
    width: auto;
    min-width: 30px;
}
#country-selector a img {
    margin: 2px 0 0 0;
}
.nom-pais{
    display: none;
}
.wrap-dest-indx h2{
  font-size: 16px
}
.cont-princ h1{
    font-size: 1.5rem;
}
.cont-princ h2 {
    font-size: 1.4rem;
}
.cont-princ h3 {
    font-size: 1.2rem;
}
.cont-princ h4 {
    font-size: 1.1rem;
}
.sop-circle img {
    max-width: 50px;
    height: auto;
}
aside.izq {
    float: none;
    margin: 0 auto;
}
.sop-circle {
    background: #359f31;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 10px 5px 10px 0;
}
.bnr-1, .bnr-2, .bnr-3, .bnr-5{
    height: 200px;
    margin: 0 0 5px;
} 
.bnr-1 h4, .bnr-2 h4, .bnr-3 h4, .bnr-5 h4{
    background: #359f31;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 10px;
    bottom: 5%;
    right: 0;
} 
.bnr-1 img, .bnr-2 img, .bnr-3 img{
    width: auto!important;
    max-width: none!important;
    height: 100%;
}
.related-articles h3{
    text-align: center;
}
.articulo {
    max-width: 300px;
    margin: 0 auto;
    float: none;
}
.bnrs-interior {
    display: block;
    float: none;
    margin: 30px auto;
}
.bnr-int{
    max-width: 300px;
    margin: 0 auto 10px;
    float: none;
}
form label{
    width: 100%;
    clear: both;
}
form input, form textarea{
    width: 100%;
}
.g-recaptcha {
 display: block;
 float: left;
 margin: 10px 0 0;
}
}

/*** Paginación ***/
#pagination{
    width: auto;
    margin: 0 auto;
    text-align: center;
	}
.pagination{
  float: none;
  margin: 0 auto;
  text-align: center;
  display: inline !important;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  padding: 0;

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-top: 30px; 
}
.pagination ul > li {
  display: inline;
  font-family: 'Roboto', sans-serif;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
   padding: 15px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}


/*** Tamaños input ***/
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.form-control{
	width: 99%;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 99%;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 40%;
}

.form-group .control-group button{
	width: 200px;
	padding: 10px;
}

#regMsgEmail {
    clear: both;
    display: block;
    font-size: 14px;
}