@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: aptos;
  src: url(../fonts/Aptos.ttf);
}

@font-face {
    font-family: aptos-b;
    src: url(../fonts/Aptos-Bold.ttf);
  }

  @font-face {
    font-family: aptos-bl;
    src: url(../fonts/Aptos-Black.ttf);
  }

@font-face {
    font-family: YDGothic;
    src: url("https://db.onlinewebfonts.com/t/51e270c51a8219b4c7b0a38a8972f56d.eot");
    src: url("https://db.onlinewebfonts.com/t/51e270c51a8219b4c7b0a38a8972f56d.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/51e270c51a8219b4c7b0a38a8972f56d.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/51e270c51a8219b4c7b0a38a8972f56d.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/51e270c51a8219b4c7b0a38a8972f56d.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/51e270c51a8219b4c7b0a38a8972f56d.svg#YDGothic 530 Pro")format("svg");
}

body, p, div{
        /*border-width: 1px !important;*/
    font-family: aptos;    
}

body{
    background-color: #f1f1f1!important;
}

/* Create a Parallax Effect */
.bgimg-ini, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
 
  /* Full height image header */
.bgimg-ini {
  background-image: url("../img/poster_ini.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("../img/planta.jpg");
  min-height: 65%;
}

.bgimg-3 {
  background-image: url("../img/campo2.jpg");
  min-height: 65%;
}

.pad-top{
    padding-top: 40px;
}

.pad-bott{
    padding-bottom: 60px;
}

p{
    font-family: aptos;
    font-size: 1.2rem;
    margin: 26px 0 0 !important; 
    color: #000000;
}

.txt_ini{
    font-size: 1.4rem;
}

.sub_t{
     font-size: 2.6rem;
}

.sub_t2{
    color: white;
    font-family:  aptos-b;
     font-size: 2.2rem;
}

.sub_t3{
    color: #353535;
    font-family:  aptos-b;
     font-size: 1.4rem;
}

.txt_ser, ol{
    font-size: 2.2rem;
    font-family: aptos;
    line-height: 1.4;
}


a.a_bbl:link {color:#6DB22D;}
a.a_bbl:visited {color:#D0F437;}
a.a_bbl:hover {color:#65993c;}

header{
    padding: 0.01em 85px !important;
    background: #FFFFFF !important;
    z-index: 11 !important;
}

h1{
    font-family: aptos-bl;
    font-size: 5rem !important;
    color: #fff;
    font-weight: 700;
}

h1.inner{
    text-align: center;
    color: #0a95a7;
    font-size: 4rem !important;
}

h2.inner{
    text-align: center;
    color: #353535;
    font-size: 2.5rem !important;
    font-family: aptos-bl;
}

.h1_b {
    font-family: fira_b;
    font-size: 5.5rem !important;
    color: #727670;
    font-weight: 700;
}

h2{
    font-family: fira_b;
    font-size: 4.3rem !important;
    color: #000000;
    font-weight: 400;
    line-height: 1.6
}

h3{
    font-size: 2.4rem !important;
    color: #efefef !important;
    font-weight: 400;
    font-family: aptos-bl;
    text-align: center;
    line-height: 1.3;
}

.servs{
    font-size: 26px !important;
}

.ol_p{
    list-style: disc !important;
    padding-left: 50px;
}

.ol_p2{
    list-style: disc !important;
    padding-left: 50px;
    font-size: 1.2rem !important;
}

.ol_A{
    list-style: upper-alpha !important; 
}


hr.solid {
  border-top: 8px solid #08a52a;
  border-radius: 4px;
  width: 20%;
  text-align: center;
  opacity: 1;
}

#contact{
    background: rgba(34, 38, 49, 0.996);
    padding: 20px;
    border: 0px solid rgba(158, 117, 255, 0.996);
    box-shadow: blue 0px 0px 0px 0px;
}

.cuad_serv{
    height: 260px;
    border-radius: 130px;
    width: 260px;
    margin-bottom: 40px !important;
    cursor: pointer;
}

.cuad_serv:hover {
  transform: scale(1.1, 1.1);
    opacity: 100%;
    transition: 0.4s;
}

.logos_enlaces:hover {
  transform: scale(0.9, 0.9);
    opacity: 100%;
    transition: 0.4s;
}

.serv_c1{background-color: #159145;}
.serv_c2{background-color: #cc4040;}



.fa {
    padding: 19px;
    font-size: 20px;
    width: 54px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    cursor: pointer;
}

.pad_vals{
    padding: 0px 50px 20px 0px;
}

.border-img{
    border-radius: 20px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-whatsapp {
    background: #33BC40;
    color: white;
  }

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: #E13D2A;
  color: white;
}

.img_big{
    opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
    cursor: pointer;
}


.subt_p{    
    color: #73B046;
    font-size: 4rem ;
    font-family: fira_b;
    font-weight: 700;
	text-align: center;
}

.subt{    
    color: #1fa6cf;
    font-size: 3.8rem ;
    font-family: fira_b;
    font-weight: 600;
}

.subt_bold{    
    color: #1fa6cf;
    font-size: 2.5rem ;
    font-family: fira_b;
    font-weight: 600;
}

.title_sec{
    font-size: 4.8rem;
}



.cont_secc{
    max-width: 75%;
}

.txt_right{
    text-align: right;
}

.cent_img, video{
    display: block;
      margin-left: auto;
      margin-right: auto;
}

video{
    max-width: 70% !important;
}

.img_back{
  /*background-position: center;*/
 /* background-repeat: no-repeat;*/
 /* background-size: cover;*/
}

#img_txt{
    vertical-align:middle; 
    display: inline-block;
}

.back_prop{
    background-position-x: center;
}

.video_back{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.txt_cent{
    padding-left: 15%; 
    padding-right: 15%;
}

footer{
    font-family: fira;
    background: #E9E9E8;
    color:#878484;
    min-height: 150px;
    text-align: left;
}

.desktop-item{
    border-radius: 15px;
    border: 1px solid #242526;
    box-shadow: 0px 4px 10px 0px rgb(154 154 154 / 10%);
    padding: 9px 20px !important;
}

li{
	margin-left: 5px;
}

.vl {
  border-left: 2px solid #A4DC7A;
  height: 70px;
}

#mySidebar{
	background: rgb(223,233,240);
	background: -webkit-linear-gradient(317deg, rgba(223,233,240,1) 31%, rgba(194,204,210,1) 51%, rgba(189,197,203,1) 81%);
	background: -o-linear-gradient(317deg, rgba(223,233,240,1) 31%, rgba(194,204,210,1) 51%, rgba(189,197,203,1) 81%);
	background: linear-gradient(47deg, rgba(223,233,240,1) 31%, rgba(194,204,210,1) 51%, rgba(189,197,203,1) 81%);
    z-index: 11111111 !important;
}

#myOverlay{
    z-index: 111111 !important;
}

#myVideo {
	  /*position: fixed;*/
	  right: 0;
	  bottom: 0;
	  min-width: 100%; 
	  min-height: 100%;
	}

.card{
	background-image: url('../img/ing/fondo_colores_01.jpg'); 
	background-repeat: no-repeat;  
	background-size: cover;
    border-radius: 15px; 
}

.blur_c{
	background-color:rgba(255, 255, 255, 0.4);
	border-radius: 15px; 
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

mark { 
  background-color: #A4DC7A;
  color: black;
}


.vd_gif{
    max-width: 100% !important;
}
/*Titulo playfulness*/

#titulo{
    font-family: fira;
    font-size: 5.5rem !important;
    color: #000000;
    font-weight: 400;
    text-align: center;
    line-height: 1.2
}

#title_s1{
    font-family: fira_b;
    font-size: 5.5rem !important;
    color: #00B6ED;
    font-weight: 400;
    text-align: center
}

.clr_play{
    color: #1fa6cf;    
}

.card_play{
    background: #00B6ED;
    height: 160px;
}

.card_play p{
        margin: 0 0 0 !important;
}

.cdp_eva{
    background: #6DB22D;
    height: auto
}

.cd_pl{
    background: rgb(175,233,249);
    background: -webkit-linear-gradient(left, rgba(175,233,249,1) 0%, rgba(3,183,237,1) 100%);
    background: -o-linear-gradient(left, rgba(175,233,249,1) 0%, rgba(3,183,237,1) 100%);
    background: linear-gradient(to right, rgba(175,233,249,1) 0%, rgba(3,183,237,1) 100%);
}

.cd_int{
    background: rgb(235,87,124);
    background: -moz-linear-gradient(90deg, rgba(235,87,124,1) 0%, rgba(246,168,181,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,87,124,1) 0%, rgba(246,168,181,1) 100%);
    background: linear-gradient(90deg, rgba(235,87,124,1) 0%, rgba(246,168,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb577c",endColorstr="#f6a8b5",GradientType=1);
}

.txt_cd{
    padding-left: 60px !important;
}

/*Intereses*/

.clr_s2{
    color: #EA5178 !important;
}

/*Ad y dom*/

.clr_s3{
    color: #C1D5E1 !important;
}

.sub_add{
    color: #DDE9B9;
}

.cd_add{
    background: rgb(220,232,187);
    background: -moz-linear-gradient(90deg, rgba(220,232,187,1) 0%, rgba(194,214,224,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(220,232,187,1) 0%, rgba(194,214,224,1) 100%);
    background: linear-gradient(90deg, rgba(220,232,187,1) 0%, rgba(194,214,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dce8bb",endColorstr="#c2d6e0",GradientType=1);
}

.clr_s3-b{
    color: #95a8b3; 
}

/*Maker*/

.clr_s4{
    color: #FFCC00 !important;
}

.cd_mk{
    background: rgb(255,204,0);
    background: -moz-linear-gradient(90deg, rgba(255,204,0,1) 0%, rgba(255,237,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,204,0,1) 0%, rgba(255,237,0,1) 100%);
    background: linear-gradient(90deg, rgba(255,204,0,1) 0%, rgba(255,237,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc00",endColorstr="#ffed00",GradientType=1);
}

.img-move-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1140px;
    margin: 0 auto;
} 

.img-move-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1750px;
    margin: 0px auto;
    left: 45vh;
}
    
@media (min-width: 769px){
    .img-move {
        position: absolute;
        width: 55%;
    }
    .img-move-1 {
        left: 0;
        vertical-align: middle
    }
    .img-move-2 {
        right: 0;
        bottom: 0;
    }
}




/*Elementos para carrusel*/

.cover {
    position: relative;
   /* padding: 0px 30px;*/
    /*margin-top: 60px;*/
}

.left_btn {
    position: absolute;
    left: -4%;
    top: 50%;
    transform: translateY(-50%);
}

.right_btn {
    position: absolute;
    right: -4%;
    top: 50%;
    transform: translateY(-50%);
}

.scroll-images {
    position: relative;
    width: 100%;
    padding: 40px 0px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-left: auto;
    margin-right: auto;
}
	
.scroll-images{
	/*border: 2px solid #ffffff;*/
	padding: 10px;
    border-radius: 120px;
	/*box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background: rgb(223,233,240);
	background: -webkit-linear-gradient(317deg, rgba(223,233,240,1) 31%, rgba(194,204,210,1) 51%, rgba(189,197,203,1) 81%);
	background: -o-linear-gradient(317deg, rgba(223,233,240,1) 31%, rgba(194,204,210,1) 51%, rgba(189,197,203,1) 81%);
	background: linear-gradient(47deg, rgba(223,233,240,1) 31%, rgba(194,204,210,1) 51%, rgba(189,197,203,1) 81%);*/	
}

#scroll_int{
    width:70%;
    justify-content: center;
    align-items: center;
}

.child {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 360px;
    height: 160px;
    padding: 20px 15px;
    margin: 1px 10px;
    overflow: hidden;
}

.child img, .child > svg {
    position: absolute;
    margin-top: -195px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    background: #03A9F4;
}

.scroll-images::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}

.scroll-images::-webkit-scrollbar-thumb {
    background-color: black;
}

button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 25px;
}
	
.right_btn, .left_btn{
	cursor: pointer;
	z-index: 1;
}



/*Animaciones*/

/* primero un poco de CSS muy básico */

body {
        overflow-x: hidden; /* para que nada sobresalga en horizontal */
}

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 32px;
}

/* a partir de aqui el CSS de las animaciones */

@keyframes anim-fade-in { from { opacity: 0; } to { opacity: 1 } }

@keyframes anim-up { 
	from { opacity: 0; transform: translateY(100px); } 
	to { opacity: 1; transform: translateY(0px); }  
}	

@keyframes anim-down { 
	from { opacity: 0; transform: translateY(-100px); } 
	to { opacity: 1; transform: translateY(0px); }  
}		

@keyframes anim-left { 
	from { opacity: 0; transform: translateX(100px); } 
	to { opacity: 1; transform: translateX(0px); }  
}		

@keyframes anim-right { 
	from { opacity: 0; transform: translateX(-100px); } 
	to { opacity: 1; transform: translateX(0px); }  
}		

.anim-up, .anim-down, .anim-left, .anim-right, .anim-fade-in {
	animation-duration: 2.5s; /* la animacion dura X segundos */
	animation-delay: 0.5s; /* esperamos X segundos antes de hacer la animacion */			
	animation-fill-mode: both; /* aplica estilos de la animacion antes y despues de reproducirla */
}

.anim-up { animation-name: anim-up; }
.anim-down { animation-name: anim-down; }
.anim-left { animation-name: anim-left; }
.anim-right { animation-name: anim-right; }
.anim-fade-in { animation-name: anim-fade-in; }

.anim-pause-1 { animation-delay: 1s; } /* la animacion empieza en 1 seg. */	
.anim-pause-2 { animation-delay: 2s; } /* la animacion empieza en 2 seg. */		
.anim-pause-3 { animation-delay: 3s; } /* la animacion empieza en 3 seg. */
.anim-pause-4 { animation-delay: 4s; } /* la animacion empieza en 4 seg. */
.anim-pause-5 { animation-delay: 5s; } /* la animacion empieza en 5 seg. */

/* todas las animaciones pausadas */
.paused * { 
	animation-play-state: paused;
}

/*Accordion*/



.accordion {
  background-color: #25378D;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion{
    font-family: fira;
    font-size: 1.6rem;
    color: #FFFFFF;
}

.active_b, .accordion:hover {
  background-color: #00B6ED;
}

.accordion:hover strong {
  color: #03464f;
}

.accordion:after {
  content: '\002B';
  color: #FFFFFF;
  font-weight: bold;
  float: right;
  margin-left: 5px;
    font-size: 20px;
}

.active_b:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


b, strong, .bld {
    font-weight: 900 !important;
    color: #0a95a7;
}

.cards_p strong{
	font-weight: 900 !important;
    color: #FFFFFF;
}

.zoom {
    transition: transform .2s; 
	cursor: zoom-in
}
 
.zoom:hover {
    transform: scale(1.3); 
}

.zoom_btn {
    transition: transform .2s; 
	/*cursor: zoom-in*/
}

.zoom_btn:hover {
    transform: scale(1.1); 
}

.giro1{
    rotate: -10deg;
}

.giro2{
    rotate: 10deg;
}



/*acordian images*/

.accordian {
	width: 660px; height: 320px;
	overflow: hidden;
	
	/*Time for some styling*/
	margin: 100px auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 2000px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 165px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 40px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 500px;}


.accordian li img {
	display: block;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; bottom: 0;	
width: 640px;	

}
.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
}


.center {
  display: flex;
  justify-content: center;
  align-items: center; 
  /*border: 3px solid green; */
}

.center_cont {
  display: flex;
  justify-content: center;
  align-items: center; 
  /*border: 3px solid green; */
}

.w3-modal{
    display: none;
    background-color: rgba(0,0,0,0.85) !important;
    z-index: 999;
}

.w3-modal-content{
    width: 70% !important;    
}

.mod_text{
    margin: 0px 35px 30px 10px;
}

.close_btn{
    padding: 0px 15px;
    font-size: 40px;
}

header.w3-container{
    margin: 30px 0 20px 0;
}

.contact-form {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.button{
    background-color: #1c4e9d !important;
    font-family: aptos !important;
    font-size: 1.2rem !important;
}

/*Parallax*/

.txt_par{    
    /*color: #9AEBA3;*/
	color: #1f525f;
    font-size: 5rem ;
    font-family: fira_b;
    font-weight: 600;
}

#anim_manf_m{
	display: none;
}

#foot_mov{
		display: none;
	}

@media only screen and (max-width: 1024px) {	
    .scroll-images{
        width: 90%;
        padding: 0px;
        min-width: 260px;
        height: 120px;
    }
    .child{
        min-width: 260px;
        height: 120px;
    }
    
    .left_btn, .right_btn{
        width: 70px;
    }
    
    .left_btn{
        left: 1%;
    }
    .right_btn{
        right: 1%;
    }
	
	#anim_manf{
		left: 25vh;
	}
	
}

@media only screen and (max-width: 970px) {	
    .nav-links li a{
        color: #f2f2f2;
    }
	
	.close-btn {
		color: #f2f2f2 !important;
	}
}


@media only screen and (max-width: 768px) {	
    .cards_p{
        width: 49% !important;
    }	
	.txt_par{
        font-size: 4rem;
    }
	
	#anim_manf{
		display: none;
	}
	
	#anim_manf_m{
		display: block;
	}

}

#v_movil{
    display: none;
}


@media only screen and (max-width: 450px) {	

    h1.inner{
        font-size: 2.5rem !important;
    }

    h2.inner {
         font-size: 1.5rem !important;
    }

    header.w3-container {
        margin: 50px 0 20px 0;
    }

    .ol_p2 {
        font-size: 1rem !important;
    }

    .center{
        display: block;
    }

    .img_logos{
        width: 230px;
    }

    .pad_vals {
        padding: 0px 10px 0px 0px;
    }

    #somos{
        padding: 15px;
    }

    .txt_ser, ol {
        font-size: 1.2rem;        
    }

    .ol_p {
        padding-left: 30px;
    }

    h3{
        font-size: 2rem !important;
    }   

    #v_movil{
        display: block;
    }

    #v_desk{
        display: none;
    }

    .sub_t{
        font-size: 2rem;
    }

    hr.solid{
        width: 50%;
    }

    .txt_ini {
        font-size: 1.2rem;
    }

    .w3-modal-content {
        width: 95% !important;
        overflow-y: scroll;
        display: block;
        position: absolute;
        top: 10px;
    }

    .ol_p2 {
        padding-left: 10px;
    }

    

    h1, .h1_b{
        font-size: 4rem !important;
    }
    header {
        padding: 0.01em 15px !important;
    }
    .scroll-images{
        height: 90px;
    }
    .child{
        min-width: 180px;
        height: 90px;
        margin: 1px 0px;
    }
    .left_btn, .right_btn{
        width: 50px;
    }
    .left_btn{
        left: 0%;
    }
    .right_btn{
        right: 0%;
    }
    
    .cards_p{
        width: 99.9% !important;
    }
    
    .card_play{        
        height: auto;
    }
    
        
    .img_back{
        background-position: center;
    }
    
    .back_prop{
        background-position: unset;
        background-repeat: repeat;
    }
    
    #titulo{
        font-size: 4rem !important;
    }

    #title_s1{
        font-size: 4rem !important;
    }
	.txt_par{
        font-size: 3rem;
    }    
	
	.cont_secc {
		max-width: 93%;
	}
	
	.bgimg-2 {
		min-height: 90vh;
	}
    
    .bgimg-3 {
		background-size: cover;
	}
	
	#scroll_int {
		width: 100%;
	}
	
	/*.sec_vid{
		        padding: 50vw 0vw 50vw 0vw;
	}*/
	#myVideo {
		/* position: fixed; */
		right: 0;
		bottom: 0;
		min-width: 150vh;
		padding-top: 20px;
		transform: translate(-25%);
	}
	
	video {
		max-width: 90% !important;
	}
    
    .txt_cd{
        padding-left: 20px !important;
    }
    
    .card{
        padding: 1.3rem !important;
    }
    
    #modo_pl{
        font-size: 2.6rem;
    }
	
	#foot_mov{
		display: block;
	}
	#foot_desk{
		display: none;
	}
    .pcss3t > ul,
    .pcss3t > ul > li {
        height: 275px;
    }
    
}

.carousel-caption{
	background-color:rgba(0, 0, 0, 0.5);
	border-radius: 10px; 
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19); 	
}

.caro_txt{
	color: #FFFFFF;
	font-size: 2rem;
}

.caro_txt strong{
	color: #14e3b5;
	font-size: 2rem;
}









