@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{ 
  margin:0px;
  padding:0px;
    
 }
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
 font-size: 16px; 
   color: #444444;
}

a {
  color: #428f5d;
  text-decoration: none;
}


.footer-logo, .icono{background:url('../img/imgs6.png')no-repeat;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	display: flex;
	justify-content: center;
	flex-direction:column;
  width:100%;  
}
header .logo img{
	display: flex;
	align-items: start;  
  height: auto;
  margin:2px 4px;
}



.slide { 
  width: 100%; 
  overflow: hidden; 
}
figure.slider { 
  position: relative; 
  width: 500%;
  
}
figure.slider figure { 
 width: 20%;
  height: auto;
 display: inline-block; 
 position: inherit; 
}
figure.slider img {
width: 100%; 
height: auto;
 }

figure.slider figure figcaption {
font-family: "Roboto", serif;
font-size: 4em;
 font-weight: 700;
position: absolute; 
bottom: 0;
background: rgba(66,143,93,0.4);
color: #fff;
width: 100%;
 padding: .6em; 
}



/*---servicios en general
-----------------------------------------------------------------------------*/

.videos{      
       padding: auto;
	}
.videos  .section-title {
  padding-bottom: 30px;
}

.videos .section-title h2{
font-family: "Roboto", serif;
font-size: 2.5em;
color: #428f5d;
text-align: center;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;

}

.videos .titular{
	background: #428f5d;
}
.videos .titular h2{
font-family: "Roboto", serif;
font-size: 1.5em;
font-weight: 500;
color: #fff;
text-align: center;
}
.videos .caja-tutorial {
  height: 60px;  
  background: none;
}

.videos .caja-tutorial .nombre-tutorial{
	font-family: "Open Sans", serif;
	font-size: 1em;
	font-weight: 600;
	text-align: justify;
  padding: 0;
  margin: 0 0 6px 0; 
  display: block;
 }
 .videos .caja-tutorial .enlace{
  font-family: "Open Sans", serif;
  font-size: 1em;
  text-align: center;
  font-weight: 600;
  padding: 0;
  margin: 0 0 6px 0;  
  display: block; 
 }
 .videos .caja-tutorial .enlace a{
 	color: #428f5d;
 }
  .videos .caja-tutorial .enlace a:hover{
 	  color: #428f5d;
 	  text-decoration: none;
 }
 
.footer{background-image:url('../img/img-footer.jpg?v1.0');background-position:center center;background-size:cover;color:#fff;padding:32px;margin-top:32px;font-size:0.9em;}

.footer a, a:active, a:link, a:hover{color:#fff;}
.footer-logo{background-position:0 -752px;width:94px;height:106px;margin-bottom:25px;}
.footer .footer-bloq-a .col-md-12:nth-child(2) div:nth-child(1){padding-bottom:35px;}
.footer .icono{line-height:1.5em;padding-left:22px;margin-bottom:8px;}
.icono-tele{background-position:0 -697px;} .icono-mail{background-position:0 -725px;}
.footer .col-md-10 .row:nth-child(1){padding-bottom:20px;}
.footer .footer-bloq-b .col-md-3{line-height:1.2em;}
.footer .footer-bloq-b .col-md-3 div{padding-bottom:20px;}
.footer .footer-bloq-b .col-md-3 a{display:block;color:#fff;}
.footer .footer-bloq-b .col-md-3 a:hover{color:#ffca12;}
.footer .footer-bloq-b .col-md-3 span{font-weight:bold;font-size:15px;}
a.ubicanos{color:#ffca12 !important;font-weight:bold;font-size:0.9em !important;}
a.mapa-sitio{color:#ffca12 !important;font-weight:bold;font-size:16px !important;}
.footer .footer-bloq-c{font-style:italic;font-size:1.2em;padding-top:5px;text-shadow:4px 4px 2px rgba(0, 0, 0, 1);}