/*
Theme Name: S.O.N.G.A.
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Cesar Gavilanez - Lupio Development
Author URI: http://lupio.dev
Description: Tema hijo de Wordpress desarrollado sobre Divi Theme, para la Sociedad Nacional de Galápagos C.A. - SONGA  personalizado para funcionar con tres idiomas: español, inglés y chino.
Version: 1.2
Updated: 2018-12-27 20:19:50

*/
.m-0{margin:0 !important;}
.w-100{width:100%;}
.h-100{height:100%}
.mx-auto{margin:auto;}
.bold{font-weight:bold}
.product-wrapper{
    margin:0 auto;
    padding: 47px;
    background-color: #f3f3f3;
}

.text-center{text-align:center;}

.sub-menu{
	top: 45px;
}
.menu-item-has-children:hover > ul{
    padding: 0
}
#top-menu{text-transform: uppercase;}
#top-menu li li a {
    padding: 7px;
}
.nav li ul{
	width:inherit;
}
.tabs >li {
	list-style: none;
	margin-bottom: 15px;
}
.product-wrapper .table{
    width: 100%;
}
.product-wrapper .table th{
    padding: 6px;
    border-radius: 7px 7px 0 0;
}
.product-wrapper .table tr:nth-child(odd){
    background-color:#d5f2f1;
}
.product-wrapper .table tr:nth-child(even){
    background-color:#fff;
}
.text-turquesa{
	color: #0078AE;
}
.products-container .col-md-4{    
	padding-right: 8px;
    padding-left: 8px;
}
.btn-content{
	padding: 40px 15px;
    text-align: center;
}
.btn-yellow{
	background-color:#dadada;
	padding:15px 30px;
	margin: 0 auto;
    color: #424242;
    box-shadow:1px 4px 7px rgba(95, 95, 95, 0.39);
    border-radius: 3px;
    transition: all .3s linear
}
.btn-yellow:hover{
	background-color:#fff;;
    cursor: pointer;
}
.caption{
    text-align:center;
    background-color:#0078AE;
    color:#fff;
}
.linea{
	margin-bottom:-27px;
	background-color: #0078AE;
    height: 3px;
}
.linea-2{
	margin-bottom:-50px;
}
/*.index .et_pb_column{
	z-index:unset
}*/
.z-index-up img{
	z-index:999
}
/*
#top-menu li.current-menu-item>a{
	border-bottom-color: #0078AE;
    border-bottom: 2px solid;
}
*/
.et_pb_widget li a:hover {
    color: #82c0c7 !important;
}

#top-menu>li:last-child {
	background-color: #0078ae;
	border-radius:3px;
	transition:background .5s ease ;
}
#top-menu>li:last-child > a {
	padding: 12px !important;
	font-size: 11px;
	color:#fff !important;
	opacity:0.7;
	
}
#top-menu>li:last-child:hover {
	background-color:#2298ce;
	
}
#top-menu>li:last-child:hover > a {
	color:#000;
}
#top-menu-nav>ul>li>a:hover{
    opacity:inherit;
}
#acordeon .et_pb_toggle_title:before{
	content: "\43";
	font-size: 26px;
}
#acordeon .et_pb_accordion_item{
	margin-bottom: 1px;
}
/*#acordeon .et_pb_toggle{
	box-shadow: 1px 1px 0px #cccccc;
}*/
/*.et_pb_toggle_open h5{
	color: red !important
}*/
.sjb-recent-jobs-widget{
    margin-top: 45px;
}
.widgettitle{
    color:#0078AE;
}
.tabs{
	background-color: #fff;
    padding: 0 !important
}
.tabs>li{
	box-shadow: 1px 1px 0px #cccccc;
    background-color: #f3f3f3;
    margin-bottom: 5px;
}
.tabs>li:hover{
    background-color: #fff;
	color:#0078AE
}
.tabs >li>a{
	color: #7e7e7e
}
.categ{
	cursor:pointer;
	padding:15px 20px;
	display: block;
}
.entry-content ul{line-height: 20px;}
.et_pb_toggle_content>ul>li{
    list-style: none;
}
.mixitup-control-active{
	color:#0078AE;
	background-color:#fff;
	position:relative;
}
.mixitup-control-active:after{
	content: "";
    position: absolute;
    top: 20px;
    right: 9px;
    border-top: 8px solid transparent;
    border-left: 8px solid #0078AE;
    border-bottom: 8px solid transparent;
}
.product-box{
	position: relative;
	box-shadow: 1px 2px 6px #cccccc;
	margin-bottom: 15px;
	line-height:0
}
.titulo-producto{
    padding-top:336px;
    text-align:center;
    text-transform:uppercase;
    font-size:30px;
    font-weight: 700;
    color:#fff;
}
.mask:hover{
	opacity:1;
	-ms-transform: scale(1.05); /* IE 9 */
  	-webkit-transform: scale(1.05); /* Safari 3-8 */
	transform: scale(1.05); 
}
.product-box:hover>.cinta{
	display:none
}
.mask{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(64, 202, 255, 0.5);
	display:flex;
	align-items: center;
    justify-content: center;
	flex-direction:column;
	transition: transform .3s; /* Animation */
	opacity:0
}

.mask a:first-child{
	text-align:center;
	margin-bottom: 30px;
}
.mask a > p:first-child{
	font-size:32px
}
.cinta{
	position: absolute;
	bottom:0;
	width:100%;
	padding: 15px 10px;
	color:#fff;
	background-color:rgba(64, 202, 255, 0.5);
    text-align: center;
}
.cinta h3{
	color:#fff;
	font-size:16px;
	font-weight: 600;
	padding-bottom: 0;
	text-transform: uppercase;
}
.cinta p{
    line-height: 1.3em;
}
.newsletter{
	position:relative
}
.newsletter ::placeholder{
	color:#fff
}
.newsletter input[type="email"]{
	background-color: transparent;
    padding: 13px;
	border-width: 2px;
    border-color: #ffffff;
	width: 100%;
	padding: 12px 58px 13px 8px;
	color: #fff;
    font-size: 16px;
}
.newsletter input[type="submit"] {
	color: #0078ae!important;
	position: absolute;
    top: 0px;
    right: -5px;
    background-color: #fff;
    font-size: 20px;
    border-radius: 0 6px 6px 0;
	padding: 12px 15px;
	border: none;
	cursor:pointer
}


#et-secondary-nav li>ul {
    width: 90px;
	top:21px
}
.et_pb_section.popup{
	max-width: 700px;
}
.titulo-es h2{
	background-color: #f2f2f2;
	max-width: 353px;
}
.titulo-usa-1 h2{
	background-color: #fff;
    max-width: 640px;
}
/*
.noticias h2 {
	background-color: #fff;
	 max-width: 242px;
}
*/
.noticias .et_pb_text_inner{padding-top:20px;}
/*.categoria h2{
	background-color: #f8f8f8;
    max-width: 290px;
}*/
.certificado-china h2{
	background-color: #f2f2f2;
    width: 129px;
}
.noticias-china h2{
	background-color: #fff;
    width: 129px;
}
.procesos-1 h2{
	background-color: #fff;
    max-width: 470px;
}
.titulo-es h2, .noticias h2,
.certificado-china h2, .noticias-china h2,
.titulo-usa-1 h2, .procesos-1 h2
{
    margin: auto;
	text-align: center;
}

.cd-timeline-content::before {
	border: 20px solid transparent !important;
}
.cd-timeline-content::before {
		top: 53% !important;
		border-color: transparent transparent transparent #efefef;
}
.cd-timeline-content{
	box-shadow: inherit !important;
}
.image-content{
	margin-top:15px
}
.slick-dotted.slick-slider {
    margin-bottom: inherit;
}

/*
#cd-timeline .no-icon .cd-timeline-img{
	margin-top: 310px !important;
}	
*/
.mobile_nav.closed{
	background-color:#0078AE !important
}
.certif{
    background-color: #fff;
    padding: 10px 5px;
    color: #7b7b7b;
}
.certif:after{
	content: "";
    position: absolute;
    top: 40%;
    right: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #0078AE;
    border-bottom: 8px solid transparent;
}
.certif-mod{
	transition: all 0.3s ease;
}
.certif-mod:hover{
	box-shadow: 1px 3px 10px #969696;
    transform: translate(0, -3px) !important;
}
.ico-1:before{
	content:"\e081";
}
.ico-2:before{
	content:"\e090";
}
.ico-3:before{
    content:"\e076";
}
.social-icon-in:before{
    content:"\e09d";
    font-style: normal;
    font-family: ETmodules!important;
}
@media (min-width:981px){
    .et-fixed-header #top-menu #menu-item-399 a{
    	color:#fff !important
    }
}
.contact{
	margin-bottom:15px;
	position:relative;
	color: #fff;
}
.contact:before{
    font-family: ETmodules!important;
	width: 50px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: -28px;
}
.contact span{display:block}
.rs{
	margin-top:30px
}
.rs > a:first-child{margin-left:0}

.noticias{
    position:relative;
    overflow:hidden;
    line-height: 0
}

.leyenda{
    position:absolute;
    background-color:rgba(0,0,0,0.5);
    width:100%;
    bottom:10px;
    color:#fff;
    padding: 12px 15px;
    line-height: 1.3em;
}
.cd-timeline-title-container p{
    font-weight: 800;
}
.full-height .et_pb_container{
    width:100%;
}

.btn-play img{
	transition: transform .3s; /* Animation */
	-webkit-transition:transform .3s; /* Animation */
}
.btn-play:hover > img{
    -ms-transform: scale(1.2); /* IE 9 */
  	-webkit-transform: scale(1.2); /* Safari 3-8 */
	transform: scale(1.2);
}
#video-full{max-width:1080px;}
#video-full .et_pb_row{
    width:90%;
    padding:0;
}
.covid-info-wrap {
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 800px;
    margin: auto;
    right: 0;
    left: 0;
    padding: 20px 15px;
	box-shadow: 0 0 3px #bfbfbf;
	transition:all .3s ease-in;
	z-index: 999;
}
.covid-info-wrap span{
    position: absolute;
	top:0;
	right:10px;
	cursor:pointer;
	font-family: sans-serif;
    font-size: 20px;
}
.covid-info-wrap span:hover{
	color:#000
}
.covid-info-wrap .covid-info{
	max-width: 850px;
    margin: auto;
    display: block;
	text-align: center;
    font-size: 18px;
}
.covid-info-wrap .covid-info div:first-child{
	width:100%;
	padding: 10px;
}
.covid-info-wrap .covid-info div:last-child{
	width:100%;
	padding: 10px;
}
.covid-info-wrap .covid-info div:first-child{
	padding-bottom: 0.5em;
}
.covid-info-wrap .covid-info div:last-child a{
	background: #d25a5a;
    padding: 15px 30px;
    color: #fff;
	transition: background .3s ease
}
.covid-info-wrap .covid-info div:last-child a:hover{
	background: #fb5e5e;
}
#covid-video{
	max-width:800px;
	padding:0
}
#covid-video .et_pb_row{
	width:95%;
}



#footer-widgets{font-size:15px}
#footer-widgets > div:nth-child(1){
	width:30%
}
#footer-widgets > div:nth-child(2){
	width:3%
}
#footer-widgets > div:nth-child(3){
	width:20%
}
#footer-widgets > div:nth-child(3) 
.et_pb_contact p input{
	background-color: #6f6f6f;
	padding: 13px;
}
#footer-widgets > div:nth-child(3)
button{
	position: absolute;
    top: 0px;
    right: -5px;
    background-color: #fff;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
}
#footer-widgets > button:hover{
    color:#fff;
}
#footer-widgets > div:nth-child(4){
	width:30%
}
#footer-info{
	float: inherit;
	text-align: center;
	font-family:'Open Sans' !important
}
.footer-widget.last{
	font-family:'Open Sans'
}
.footer-widget.last p{
	padding-bottom: 0.2em !important;
}
.footer-widget .fwidget{
    width:100%;
}
.home-about{
	background-color: #0078AE;
	padding:20px
}
.footer-home{
    background: #433D3C;
    padding-top: 10px;
}
#indicadores .et_pb_text_inner{
	padding: 30px 10px;
    height: 100%;
    background-color: rgba(20,155,216,0.52);
}


@media (min-width:768px){
	.certif{
		display: flex;
		align-items: center;
	}
	.covid-info-wrap .covid-info{
		display: flex;
		align-items: center;
	}
	.covid-info-wrap .covid-info div:first-child{
		width:75%;
		padding: 10px;
	}
	.covid-info-wrap .covid-info div:last-child{
		width:25%;
		padding: 10px 20px;
	}
	.covid-info-wrap .covid-info div:first-child{
		padding-bottom: inherit;
	}
	.covid-info-wrap .covid-info div:last-child a{
		display:block
	}
}

@media (max-width:980px){
	header#main-header{
		background-color:#6f6f6f
	}
	.et_header_style_split #logo {
   		max-height: 110px;
	}
}

@media only screen and (max-width: 821px){
	.cd-timeline-block:nth-child(odd) .cd-timeline-content::before,
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before{
		border-right-color: #0078AE !important;
	}

}

@media only screen and (min-width: 769px){
    .noticias:hover >.leyenda{
        bottom:0;
        transition:bottom .3s linear;
        -webkit-transition:bottom .3s linear
    }
    .leyenda{bottom:-80px;}
    /*
    .loop .col-12:nth-child(odd){padding-right:6px;}
    .loop .col-12:nth-child(even){padding-left:6px;}
    */
}

@media only screen and (min-width: 822px){
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before{
		right: 95% !important;
	}
	.cd-timeline-block:nth-child(odd) .cd-timeline-content::before{
		left: 95% !important;
	}
	.cd-timeline-block:nth-child(odd) .cd-timeline-content::before{
    border-left-color: #0078AE !important;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before{
		border-right-color: #0078AE !important;
	}
	.cd-timeline-block:nth-child(odd) .the-excerpt p,
	.cd-timeline-block:nth-child(odd) h2{
		text-align:right
	}
}

@media (min-width:981px) and (max-width: 1254px){
    .leyenda {
        bottom: -105px;
    }
}

@media (min-width:820px) and (max-width: 980px){
	.tabs >li {
		float: left; 
		margin-right:15px;
	}
}
@media only screen and (min-width: 576px){
    #main-content.container{
        padding:5% 0;
    }
    .product-wrapper{
        border-radius: 8px;
        box-shadow: 1px 2px 9px #cccccc;
    }
}

@media only screen and (min-width: 768px){
    .product-wrapper > .row > .col-12:first-child {
        border-right: 2px dashed #0078AE;
        padding-right: 6%;
    }
    .product-wrapper .table{
        margin-left: 8%;
    }
    
}
@media only screen and (min-width: 981px){
	.et-fixed-header#top-header{
		display: none;
	}
	.et-fixed-header#main-header{
		top: 0 !important;
	}
	.banner-video{margin-top:-200px;}
}
@media (min-width: 981px) and (max-width:1200px){
    .et_header_style_split .centered-inline-logo-wrap{
        height:130px !important;
    }
     #top-menu li {
        font-size: 10px;
    }
    
}
@media only screen and (min-height:760px){
    .menu-home-pie{
        position: absolute;
    }
}
@media (min-height: 640px) and (min-width: 768px){
    .full-height{height:100vh;}
}
@media only screen and (min-width: 822px){
	#cd-timeline .no-icon .cd-timeline-img {
		margin-top:37px !important
	}
}
