/*estilos todo el sitio web*/
body{
	font: Arial;
	font-size: 110%;
}
.centrar{
    justify-content: center;
}
.letra25{
   font-size: 25px;
}
.decoracion{
    text-decoration: none;
}
.titulos{
    font-size: 40px;
}
/*estilos header*/
.imglogo{
    width: 70px;
    height: 35px;
}
.l1{
   color: #EB2A5D;
}
.l2{
    color: #FA8A24;
}
.l3{
    color: #30c1ac;
}
.navbar{
    opacity: 0.95;
    background-image: linear-gradient(#ffffff 94%,#FA8A24 3%,#30c1ac 3%);
    min-height: 10px;
}
.navbar ul li a:hover{
	color : #EB2A5D;
}
.carousel-container{
 max-width: 57rem;
 margin: 0 auto;
}
.imgcar{
	border-radius: 3%;
}

/*estilos index*/
.letra2{
   font-size: 1.3em;
}
.borde1{
    padding-top: 70px;
}
.borde2{
    padding-bottom: 70px;
}
.tarjeta3{
    max-width: 20rem;
}
.fondo2 {
    /*position: relative;
    max-width: 220px; 
    padding-bottom: 180px; 
    background-color: #64C7CC;
	border-radius: 60%;
    margin: 0 auto; */
}
.fondo2 img {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;*/
   border-radius: 60%;
   max-width: 210px;
}
.fondo3{
    max-height: 170px;
    max-width: 170px;
    padding-bottom: 1%;
    padding-top: 1%;
}
/*estilos nosotros*/
.ltarjeta1{
    font-size: 1.05em;
}
.tarjeta2{
    max-width: 25rem;
}
/*estilos servicios*/
.tarjeta{
   max-width: 40rem;
}
.titulo1{
    text-align: center;
}
/*estilos contactanos*/
.fondo1{
    background: linear-gradient(90deg, #ffffff,#d3e3fd,#ffffff);
}
.contact-div{
	width: 50%;
	height: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.contact-info{
padding: 40px 35px;
}
.letra4{
    color: #545658;
}
/*estilos footer*/
.st1{
    font-weight: bold;
}
.tcr1{
   color: #EB2A5D;
}