* {
    scroll-behavior: smooth;
}

body{
    font-family: 'Maven Pro', sans-serif;
    padding: 0px !important;
    background-image: url(../img/fondo-pagina2.png);
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	back
}
a.scroll-top {
	color: white;
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 4;
	bottom: 20px;
	right: 10px;
	font-size: 20px;
	background: #f5772a;
	border-radius: 3px !important;
	text-align: center;
	border: 2px solid #f5772a;
}

a.scroll-top i {
	position: relative;
    color: #ffffff;
    font-size: 33px;
    top: 6px;
}

nav.navbar{
    background: #ffffff;
    -webkit-box-shadow: 0px 11px 16px -15px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 11px 16px -15px rgba(0,0,0,0.75);
box-shadow: 0px 11px 16px -15px rgba(0,0,0,0.75);
    z-index: 100;
    width: 100%;
    display: block;
     padding: .2rem 1rem;
    position: absolute;
}

ul.contacto-tecno{
    background-image: url(../img/fondo-footer3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.contacto-tecno{
    width: 100%;
}

div.datos ul.contacto-tecno li a {
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding-right: 0px;
}

a.correo-institucional{
	background: red;
	background: #f5772a;
}


div.datos ul.contacto-tecno li a .fa-facebook,.fa-instagram,.fa-youtube{
    color: #ffffff;
    font-size: 15px;
  font-weight: 100;
}


div.datos{
    width: 100%;
    box-sizing: 0;
    margin: 0;
    padding: 0 !important;
}

nav a.navbar-brand{
    color: #f5772a;
    font-weight: 700;
    font-size:22px;
}

.navbar-brand {
    display: inline-block;
    padding-top: .2000rem;
    padding-bottom: .2000rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}


.navbar-toggler {
    background-color: #9c1437;
}

.fa-bars:before {
    color: #ffffff
}

div ul.navbar-nav{
    margin-left: auto;
}



div ul.navbar-nav a.nav-link{
    color: #6d6d6d;
    transition: .2s;
    font-size: 15px;
    font-weight: 600;
}

div ul.navbar-nav a.nav-link:hover{
    color: #e3691f;
}

div ul.navbar-nav a.aula-virtual{
    color: white;
    background: #f5772a;
  	margin-left: 10px;
  	border-radius: 10px;
  	transition: .3s;
}

div ul.navbar-nav a.aula-virtual:hover{
    color: white;
    background: #e3691f;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 8px;
    border-left: none;
}



.palabras-directora{
    margin: auto;
    display: block;
    text-align: center;
    justify-content: center;
}

.palabras-directora .card{
   background:none;
    border: none;
    margin-bottom: 50px;
    display: block;
     border-radius: 0;
    border-radius: 8px;
    text-align: left
}

.palabras-directora .card-body{
   margin: auto;
    color: #6d6d6d;
}



.palabras-directora .card-title{
    font-size:40px;
    font-weight: 700;
    color: #5bb75b;
    padding-bottom: 20px;
    padding-top: 25px;
    text-align: left;
}

.palabras-directora .imagen-nosotros{
	margin: auto;
}
.palabras-directora .imagen-nosotros{
	margin: auto;
}

.palabras-directora .card-img#imagen{
	width: 100%;
}

.palabras-directora .card-img{
	margin: auto;
	width:72%;
}

.palabras-directora .card-imagen-contenedor{
	justify-content: center;
	margin: auto;
}
.palabras-directora .card-imagen{
width:75%;
}


.palabras-directora .card-text{
    font-size:16px;
    font-weight: 450;
}


.propuesta{
	margin-top: 170px;
}

div.valores h2{
	color: #6d6d6d
}
div.valores h2 strong{
	color: #f5772a;
}

div.valores .titulo{
	margin-bottom: 0px;
}

div.valores .card{
	border: none;
	background: none;
	margin-bottom: 20px;
}

div.valores .card .card-body .imagenes{
	height: 130px;
}
div.valores .card .card-body .imagenes1{
	height: 100px;
	margin: 15px;
}
div.valores .card .card-body{
	text-align: center;
}

div.valores .card .card-body p{
	color: #f5772a;
	font-weight: 600;
	font-size: 15px;
}

.matricula .titulo{
	color: #626262;
}
.matricula .titulo span{
	color: #f5772a;
}

.matricula input[type=text]{
	margin: 28px 5px;
	border: 1px solid #5bb75b;
}
.matricula select{
	margin: 0px 5px;
	border: 1px solid #5bb75b;
}
.matricula span{
	color: #f5772a;
}

.matricula .enviar-matricula{
	background: #5bb75b;
	border: none;
	padding: 5px 30px;
	border-radius: 5px;
	color: white;
	font-weight: 600;
	float: right;
}


.contactanos .titulo-contactanos{
 padding-bottom: 40px;
  color: #c12c3c;
  font-weight: 700
}
.matricula .form-check{
	margin: 15px 5px
}

.contactanos{
  padding-bottom: 100px;
}

.contactanos .card{
	padding: 20px;
	border: none
/*
	-webkit-box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.75);
*/
	
}

.contactanos .card .card-body h5{
  color: #f5772a;
  font-weight: 600;
}
.contactanos .card .card-text{
	margin-bottom: 0;
	color: #626262;
	font-weight: 450;
}

.contactanos .card img{
  padding-top: 20px;
}

.contactanos .card .card-body a.boton-wsp{
	background: #5dad3f;
	padding: 10px;
	border-radius: 10px;
	color: white;
}
.contactanos .card .card-body a:hover{
	text-decoration: none;
	background: #539839;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

.canales{
	background-image: url(../img/fondo-n2.png);
	padding-top: 50px;
}


footer{
    background-image: url(../img/fondo-footer3.png);
    margin-top: 0px;
    border-top: 4px solid #e3691f
;

}

footer img{
height: 160px;
margin-top: 10px;
}

footer div.item-footer{
    margin-top: 40px;
    margin-bottom: 15px;
}

footer div.item-footer li{
   list-style: none;
    margin-left: -40px;
    color: white;
    font-size: 14px;
    padding-top: 10px;
}


footer div.item-footer h4{
    color: white;
}

footer div.item-footer a{
    color: white;
    text-decoration: none;
}


footer div .copi{
    color: white;
    text-decoration: none;
    width: 100%;
    font-size: 13px;
}




@media (min-width: 300px) and (max-width: 575.98px) { 
   
	body{
		background-image: url(../img/fondo-pagina2.png);
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	}
	
	button:focus {
    outline: none;
}
	
	nav a.navbar-brand {
    color: #f5772a;
    font-weight: 700;
    font-size: 22px;
    margin-left: -7px;
	}
	
	
	.navbar-collapse li a{
		border-bottom: 1px solid #efefef
	}
	
	.navbar-collapse li a:hover{
		background: none;
		color: #f5772a;
	}
	
	.navbar-toggler {
		background-color: #5bb75b;
	}

   
	.navbar-collapse li.nav-item .aula-virtual{
		margin-left: 0px;
		background: none;
		color: #6d6d6d;
		border-radius: 0px;
	}
	
	.navbar-collapse li.nav-item .aula-virtual:hover{
		background: none;
		color: #f5772a;
	}
	
	.navbar-collapse li.nav-item .aula-virtual:focus{
		background: none;
		color: #f5772a;
	}
	.navbar-collapse li.nav-item .intranet{
		margin-left: 0px;
		color: #6d6d6d;
		border-bottom: none;
	}
	
	.navbar-collapse li.nav-item .intranet:hover{
		background: none;
		color: #f5772a;
	}
	
	.navbar-collapse li.nav-item .intranet:focus{
		background: none;
		color: #f5772a;
	}
	
	.propuesta{
		margin-top: 15px
	}

	.flex {
		display: flex;
	}
	
	.flex > *{
		order: 0;
	}
	
	.uno{
		order:2;
	}
	
	.dos{
		order: 1;
	}
	
	.propuesta{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.propuesta img{
		margin-top: 20px;
		height: 140px;
	}
	
.palabras-directora{
    margin: auto;
    display: block;
    text-align: center;
    justify-content: center;
}

.palabras-directora .card{
   background:none;
    border: none;
    padding-bottom: 0;
    display: block;
     border-radius: 0;
    border-radius: 8px;
	margin-bottom: 0px;
}

.palabras-directora .card-body{
   margin: auto;
    color: #6a6a6a;
}

.palabras-directora .card-title{
    font-size:24px;
    font-weight: 700;
    color: #5bb75b;
    padding-bottom: 10px;
    padding-top: 25px;
	text-align: center;
}

	.palabras-directora .imagen-nosotros img{
    height: 100%;
}
	
	div.valores .titulo {
		margin-top: 50px;
    font-size: 24px;
		margin-bottom: 0;
		padding-bottom: 0px;
}
	
.palabras-directora .card-img{
   width: 220px;
    background: white;
box-shadow: none;
}


.palabras-directora .card-text{
    font-size:13px;
    font-weight: 0;
	text-align: center;
}

	.caja-directora .card-body .card-text{
		margin-bottom: 20px;
	}
	
	div.valores .imagenes{
		width: 40%;
	}
	div.valores img{
		width: 35%;
	}

.carrusel{
    height: 330px;
    }
    
  .carrusel .carousel-item{
	  margin: auto;
	  justify-content: center;
    }
	.carrusel .img img{
	  height: 150px;
		margin-top: 10px;
    }
    
	.carrusel .carousel-inner .texto h5{
		padding-bottom: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.carrusel .carousel-inner .texto p{
		font-size: 14px;
	}

	.contactanos{
		padding-top: 50px;
		padding-bottom: 30px;
		margin-bottom: 0px;
	}
	
	.contactanos h2{
		font-size: 22px;
	}
	
	.contactanos .card{
		margin-bottom: 50px;
		margin-top: -10px;
		background: none;
		

	}
	
	.contactanos .card img{
		height: 100px;
	}
	
	.contactanos .card-body p{
		font-size: 14px;
	}
	
	div.valores .card .card-body {
    margin-bottom: 0px;
		padding-bottom: 0px;
}
    
    footer {
       margin-top: 0px;
    }  
	
    footer img {
        height: 100px;
    }
    
    
footer div.item-footer{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

footer div.item-footer li{
   list-style: none;
    margin-left: -40px;
    color: white;
    font-size: 12px;
    padding-top: 8px;
}


footer div.item-footer h4{
    color: white;
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 0;
}

footer div.item-footer a{
    color: white;
    text-decoration: none;
}


footer div .copi{
    color: white;
    text-decoration: none;
    width: 100%;
    font-size: 13px;
}

}




@media (min-width: 576px) and (max-width: 767.98px) { 

	
	button:focus {
    outline: none;
}
	
	nav a.navbar-brand {
    color: #f5772a;
    font-weight: 700;
    font-size: 22px;
    margin-left: -7px;
	}
	
	
	.navbar-collapse li a{
		border-bottom: 1px solid #efefef
	}
	
	.navbar-collapse li a:hover{
		background: none;
		color: #f5772a;
	}
	
	.navbar-toggler {
		background-color: #5bb75b;
	}

   
	.navbar-collapse li.nav-item .aula-virtual{
		margin-left: 0px;
		background: none;
		color: #6d6d6d;
		border-radius: 0px;
	}
	
	.navbar-collapse li.nav-item .aula-virtual:hover{
		background: none;
		color: #f5772a;
	}
	
	.navbar-collapse li.nav-item .aula-virtual:focus{
		background: none;
		color: #f5772a;
	}
	.navbar-collapse li.nav-item .intranet{
		margin-left: 0px;
		color: #6d6d6d;
		border-bottom: none;
	}
	
	.navbar-collapse li.nav-item .intranet:hover{
		background: none;
		color: #f5772a;
	}
	
	.navbar-collapse li.nav-item .intranet:focus{
		background: none;
		color: #f5772a;
	}
	
	.propuesta{
		margin-top: 15px
	}

	.flex {
		display: flex;
	}
	
	.flex > *{
		order: 0;
	}
	
	.uno{
		order:2;
	}
	
	.dos{
		order: 1;
	}
	
	.propuesta{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.propuesta img{
		margin-top: 20px;
		height: 140px;
	}
	
.palabras-directora{
    margin: auto;
    display: block;
    text-align: center;
    justify-content: center;
}

.palabras-directora .card{
   background:none;
    border: none;
    padding-bottom: 0;
    display: block;
     border-radius: 0;
    border-radius: 8px;
	margin-bottom: 0px;
}

.palabras-directora .card-body{
   margin: auto;
    color: #6a6a6a;
}

.palabras-directora .card-title{
    font-size:26px;
    font-weight: 700;
    color: #5bb75b;
    padding-bottom: 10px;
    padding-top: 25px;
	text-align: center;
}

	.palabras-directora .imagen-nosotros #imagen{
		height: 100%
}
	
	div.valores .titulo {
		margin-top: 50px;
		font-size: 26px;
		margin-bottom: 0;
		padding-bottom: 0px;
}
	
.caja-directora .card-img{
	height: 190px;
    background: white;
box-shadow: none;
}


.palabras-directora .card-text{
    font-size:13px;
    font-weight: 0;
	text-align: center;
}

	.caja-directora .card-body .card-text{
		margin-bottom: 20px;
	}
	
	div.valores .imagenes{
		width: 70%;
	}
	div.valores img{
		width: 60%;
	}

.carrusel{
    height: 330px;
    }
    
  .carrusel .carousel-item{
	  margin: auto;
	  justify-content: center;
    }
	.carrusel .img img{
	  height: 150px;
		margin-top: 10px;
    }
    
	.carrusel .carousel-inner .texto h5{
		padding-bottom: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.carrusel .carousel-inner .texto p{
		font-size: 14px;
	}

	
	div.valores .card .card-body {
    margin-bottom: 0px;
		padding-bottom: 0px;
		padding: 10px 0px;
}

	div.valores .card .card-body .card-text{
    font-size: 13px;
		margin: auto;
		justify-content: center;
		text-align: center;
}

    footer img {
        height: 90px;
		margin-top: 20px;
    }
	
    
footer div.item-footer{
    margin-top: 10px;
    margin-bottom: 10px;

}

footer div.item-footer li{
   list-style: none;
    margin-left: -40px;
    color: white;
    font-size: 13px;
    padding-top: 8px;
}


footer div.item-footer h4{
    color: white;
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 0;
}

footer div.item-footer a{
    color: white;
    text-decoration: none;
}


footer div .copi{
    color: white;
    text-decoration: none;
    width: 100%;
    font-size: 13px;
}

}




@media (min-width: 768px) and (max-width: 991.98px) { 
 

	button:focus {
    outline: none;
}
	
	nav a.navbar-brand {
    color: #f5772a;
    font-weight: 700;
    font-size: 22px;
    margin-left: -7px;
	}
	
	
	.navbar-collapse li a{
		border-bottom: 1px solid #efefef
	}
	
	.navbar-collapse li a:hover{
		background: none;
		color: #f5772a;
	}
	
	.navbar-toggler {
		background-color: #5bb75b;
	}

   
	.navbar-collapse li.nav-item .aula-virtual{
		margin-left: 0px;
		background: none;
		color: #6d6d6d;
		border-radius: 0px;
	}
	
	.navbar-collapse li.nav-item .aula-virtual:hover{
		background: none;
		color: #f5772a;
	}
	
	.navbar-collapse li.nav-item .aula-virtual:focus{
		background: none;
		color: #f5772a;
	}
	.navbar-collapse li.nav-item .intranet{
		margin-left: 0px;
		color: #6d6d6d;
		border-bottom: none;
	}
	
	.navbar-collapse li.nav-item .intranet:hover{
		background: none;
		color: #f5772a;
	}
	
	.navbar-collapse li.nav-item .intranet:focus{
		background: none;
		color: #f5772a;
	}
	
	.propuesta{
		margin-top: 45px
	}
	
	
	.flex {
		display: flex;
	}
	
	.flex > *{
		order: 0;
	}
	
	.uno{
		order:2;
	}
	
	.dos{
		order: 1;
	}
	
	.propuesta{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.propuesta img{
		margin-top: 20px;
		height: 140px;
	}
	
.palabras-directora{
    margin: auto;
    display: block;
    text-align: center;
    justify-content: center;
}

.palabras-directora .card{
   background:none;
    border: none;
    padding-bottom: 0;
    display: block;
     border-radius: 0;
    border-radius: 8px;
	margin-bottom: 0px;
}

.palabras-directora .card-body{
   margin: auto;
    color: #6a6a6a;
}

.palabras-directora .card-title{
    font-size:26px;
    font-weight: 700;
    color: #5bb75b;
    padding-bottom: 10px;
    padding-top: 25px;
	text-align: center;
}

	.palabras-directora .imagen-nosotros #imagen{
		height: 100%
}
	
	div.valores .titulo {
		margin-top: 50px;
		font-size: 26px;
		margin-bottom: 0;
		padding-bottom: 0px;
}
	
.caja-directora .card-img{
	height: 190px;
    background: white;
box-shadow: none;
}


.palabras-directora .card-text{
    font-size:14px;
    font-weight: 0;
	text-align: center;
}

	.caja-directora .card-body .card-text{
		margin-bottom: 20px;
	}
	
	div.valores .imagenes{
		width: 60%;
	}
	div.valores img{
		width: 50%;
	}

.carrusel{
    height: 330px;
    }
    
  .carrusel .carousel-item{
	  margin: auto;
	  justify-content: center;
    }
	.carrusel .img img{
	  height: 150px;
		margin-top: 10px;
    }
    
	.carrusel .carousel-inner .texto h5{
		padding-bottom: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.carrusel .carousel-inner .texto p{
		font-size: 14px;
	}

	
	div.valores .card .card-body {
    margin-bottom: 0px;
		padding-bottom: 0px;
		padding: 10px 0px;
}

	div.valores .card .card-body .card-text{
    font-size: 13px;
		margin: auto;
		justify-content: center;
		text-align: center;
}

	footer{
		margin-top: 0px;
	}
	
    footer img {
        height: 120px;
        align-content: center;
        padding-top: 0;
        margin-top: -5px;
    }
    
    footer div.item-footer li{
   list-style: none;
    margin-left: -40px;
    color: white;
    font-size: 14px;
    padding-top: 8px;
		font-weight: 450;
}


footer div.item-footer h4{
    color: white;
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 0;
}

footer div.item-footer a{
    color: white;
    text-decoration: none;
}

}


@media (min-width: 992px) and (max-width: 1199px) { 
 

	button:focus {
    outline: none;
}
	
	nav a.navbar-brand {
    color: #f5772a;
    font-weight: 700;
    font-size: 20px;
    margin-left: -14px;
	}
	
	div ul.navbar-nav a.nav-link{
    color: #6d6d6d;
    transition: .2s;
    font-size: 14.5px;
    font-weight:600;
}

div ul.navbar-nav a.aula-virtual{
    color: white;
    background: #f5772a;
  	margin-left: 10px;
  	border-radius: 10px;
  	transition: .3s;
}
	
	
	
	.navbar-collapse li a:hover{
		background: none;
		color: #f5772a;
	}
   
	.navbar-collapse li.nav-item .aula-virtual{
		margin-left: 0px;
		background: #f5772a;
		color: white;
		border-radius: 5px;
	}
	
	.navbar-collapse li.nav-item .aula-virtual:hover{
		background: none;
		color: #f5772a;
	}
	
	.navbar-collapse li.nav-item .aula-virtual:focus{
		background: none;
		color: #f5772a;
	}
	.navbar-collapse li.nav-item .intranet{
		margin-left: 0px;
		color: #6d6d6d;
		border-bottom: none;
	}
	
	.navbar-collapse li.nav-item .intranet:hover{
		background: none;
		color: #f5772a;
	}
	
	.navbar-collapse li.nav-item .intranet:focus{
		background: none;
		color: #f5772a;
	}
	
	.propuesta{
		margin-top: 45px
	}
	
	.propuesta{
		padding-top: 100px;
		padding-bottom: 10px;
	}
	
	.propuesta img{
		margin-top: 20px;
		height: 140px;
	}
	
.palabras-directora{
    margin: auto;
    display: block;
    text-align: center;
    justify-content: center;
}

.palabras-directora .card{
   background:none;
    border: none;
    padding-bottom: 0;
    display: block;
     border-radius: 0;
    border-radius: 8px;
	margin-bottom: 0px;
}

.palabras-directora .card-body{
   margin: auto;
    color: #6a6a6a;
}

.palabras-directora .card-title{
    font-size:26px;
    font-weight: 700;
    color: #5bb75b;
    padding-bottom: 10px;
    padding-top: 25px;
	text-align: center;
}

	.palabras-directora .imagen-nosotros #imagen{
		height: 100%;
}
	
	div.valores .titulo {
		margin-top: 50px;
		font-size: 26px;
		margin-bottom: 0;
		padding-bottom: 0px;
}
	
.caja-directora .card-img{
	height: 190px;
    background: white;
box-shadow: none;
}


.palabras-directora .card-text{
    font-size:14px;
    font-weight: 0;
	text-align: center;
}

	.caja-directora .card-body .card-text{
		margin-bottom: 30px;
	}
	
	div.valores .imagenes{
		width: 60%;
	}
	div.valores img{
		width: 50%;
	}

.carrusel{
    height: 330px;
    }
    
  .carrusel .carousel-item{
	  margin: auto;
	  justify-content: center;
    }
	.carrusel .img img{
	  height: 150px;
		margin-top: 10px;
    }
    
	.carrusel .carousel-inner .texto h5{
		padding-bottom: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.carrusel .carousel-inner .texto p{
		font-size: 14px;
	}

	
	div.valores .card .card-body {
    margin-bottom: 20px;
		padding-bottom: 0px;
		padding: 10px 0px;
		margin-top: 10px;
}

	div.valores .card .card-body .card-text{
    font-size: 14px;
		margin: auto;
		justify-content: center;
		text-align: center;
}

	footer{
		margin-top: 0px;
	}
	
    footer img {
        height: 120px;
        align-content: center;
        padding-top: 0;
        margin-top: 45px;
    }
    
    footer div.item-footer li{
   list-style: none;
    margin-left: -40px;
    color: white;
    font-size: 14px;
    padding-top: 8px;
		font-weight: 450;
}


footer div.item-footer h4{
    color: white;
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 0;
}

footer div.item-footer a{
    color: white;
    text-decoration: none;
}

}



/*
// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

/*

@media (max-width: 991px){
.navbar-expand-lg .navbar-nav .nav-link.aula-virtual{
    background: none;
    color: crimson;
    font-weight: 600;
}
    .navbar-expand-lg .navbar-nav .nav-link.aula-virtual:hover{
    background: none;
    color: #a70e2c;
    font-weight: 600;
}
    .carousel-caption {
    position:absolute;
    z-index: 10;
    color: #fff;
    text-align: left;
    top: 40%;
    bottom: 10%;
    padding: 0;
}
}

@media (max-width: 291px) {
.carousel-caption {
    position:absolute;
    z-index: 10;
    color: #fff;
    text-align: left;
    top: 35%;
    bottom: 10%;
    padding: 0;
    background: yellow;}
}




@media (max-width: 576px) {
.carousel-caption {
    position:absolute;
    z-index: 10;
    color: #fff;
    text-align: left;
    top: 35%;
    bottom: 10%;
    padding: 0;
    background: green;
}

.carousel-caption .titulo{
    background: rgba(0, 0, 0, 0.42);
    width: 100%;
    padding: 10px 0 0;
    text-align: center;
}

.carousel-caption .titulo a.lema{
   color: white;
    font-size: 1px;
    font-weight: 600;
    text-decoration: none;
}

.carousel-caption .titulo a{
   color: white;
    font-size: 13px;
    text-decoration: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
    
.carousel-caption div.botones{
    justify-content: center;
  background: red;
    text-align: center;
}


.carousel-caption a.btn-1{
   color: white;
    text-align: center;
    font-size: 12px;
    background: #173476;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    border:2px solid white;
}

.carousel-caption a.btn-2{
    color: white;
    text-align: center;
    font-size: 12px;
    background: #173476;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    border:2px solid white;
}

}
 



    @media (max-width: 768px){
.d-md-block {
    display: block!important;
}
.carousel-caption {
    position:absolute;
    z-index: 10;
    color: #fff;
    text-align: left;
    top: 35%;
    bottom: 10%;
    padding: 0;
}
    
.carousel-caption .titulo{
    background: rgba(0, 0, 0, 0.42);
    width: 100%;
    padding: 10px;
    text-align: center;
}

.carousel-caption .titulo a.lema{
   color: white;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.carousel-caption .titulo a{
   color: white;
    font-size: 15px;
    text-decoration: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


.carousel-caption a.btn-1{
   color: white;
    text-align: center;
    font-size: 12px;
    background: #173476;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    border:2px solid white;
}

.carousel-caption a.btn-2{
    color: white;
    text-align: center;
    font-size: 12px;
    background: #173476;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    border:2px solid white;
}

        
        
        
        
}
*/



