
/*
Colores: 
Color Azul: #273B8C
azul claro: #02ABB9
Color blanco: #FFF

Tipografías: 
 Open Sans Bold y Regular
*/


@font-face {/*Titulos*/
  font-family: 'Kanit-Bold';
  src: url(../fonts/Kanit-Bold.ttf) format("truetype");
}
@font-face {/*Normal*/
  font-family: 'Kanit';
  src: url(../fonts/Kanit-Regular.ttf) format("truetype");
}
@font-face {/*Titulos H1, h2*/
  font-family: 'Kanit-Medium';
  src: url(../fonts/Kanit-Medium.ttf) format("truetype");
}
@font-face {/*Carousel Italic Title*/
  font-family: 'Kanit-Italic';
  src: url(../fonts/Kanit-MediumItalic.ttf) format("truetype");
}

p, .accordion-body {
 	 font-family: 'Kanit';
 	 text-align: justify;
 }
h1, h2{
 	 font-family: 'Kanit-Medium';
}
h3, h4, h5, h6 {
	font-family: 'Kanit-Bold';
}
.box-shadow{
	filter: drop-shadow(10px 10px 10px gray);
	box-shadow: 24px -21px 0px 0px rgba(39,59,140,1);
	-webkit-box-shadow: 24px -21px 0px 0px rgba(39,59,140,1);
	-moz-box-shadow: 24px -21px 0px 0px rgba(39,59,140,1);
}
.border-button{
	border-bottom: 2px solid #c3c6cf;
}
.text-center p{
	text-align: center;
}
.bg-blue{
	background-color: #273B8C;
}
.bg-grey{
	background-color: #f7f7f7;
}
.rotateimg180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.text-black{
	color: black;
}
.text-light-blue{
	color: #02ABB9;
}
.navbar-brand img{
	max-width: 120px;
}
.navbar-light .navbar-toggler {
  color: white !important;
  border-color: white !important;
}
.fw-bold{
	font-family: 'Kanit-Bold' !important;
}
#home .carousel-caption{
		position: absolute;
		text-align: left;
    transform: translate(-50%, -50%);
}
#home h2{

 	 font-family: 'Kanit-Italic';
}
/*****Portada*****/
@media screen and (min-width:1200px) {
	#home .carousel-caption {
		width: 800px;
		top: 50%;
		left: 42%;
	}
	#home h2{
		font-size: 50px;
	}

	#home P{
		font-size: 24px;
	}
}
@media screen and (max-width:1199px) {
	#home .carousel-caption {
		width: 700px;
		top: 55%;
		left: 44%;
	}
	#home h2{
		font-size: 40px;
	}
}
@media screen and (max-width:1000px) {
	#home .carousel-caption {
		width: 700px;
		top: 45%;
		left: 50%;
	}
	#home h2{
		font-size: 40px;
	}
}
@media screen and (max-width:800px) {
	#home .carousel-caption {
		width: 500px;
		top: 40%;
		left: 45%;
	}
	#home h2{
		font-size: 35px;
	}
}
@media screen and (max-width:700px) {
	#home .carousel-caption {
		top: 40%;
		left: 50%;
	}
	#home h2{
		font-size: 30px;
	}
}
@media screen and (max-width:600px) {
	#home .carousel-caption {
		width: 450px;
		top: 32%;
		left: 50%;
	}
	#home h2{
		font-size: 25px;
	}
}
@media screen and (max-width:460px) {
	#home .carousel-caption {
		width: 300px;
		top: 28%;
		left: 50%;
	}
	#home h2{
		font-size: 20px;
	}
	#home p{
		font-size: 12px;
	}
}
/*****Fin de Portada*****/
.padding-standard{
	padding-left: 10%;
	padding-right: 10%;
}
.div-margin-top{
	margin-top: 5%;
}
#section-header h6{
 	 font-family: 'Kanit';
 	 font-weight: bold;
}

.navigation-logo{
	width: 260px;
}

/*Barra - Datos interesantes*/
.barra{
	background-color: #273B8C;
}

.barra h1, h2, h3{
	color: white;
}

.barra h4{
	color: #273B8C;
	font-size: 24px;
	font-weight: bold;
}

.barra h1{
	font-size: 32px;
}
.min-h{
	min-height: 90px;
}
/****************** Fin de Datos Interesantes*/


.carousel-indicators li{
  background-color: #58595b;
  width: 15px;
  height: 15px;
  border-radius: 50%;
   bottom:-60px;
}
.btn-carousel{
	background-color: #273B8C; 
	height: 35px; 
	border: none;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 16px; border-radius: 4px;
}
.carousel-indicators li:hover,
.carousel-indicators .active{
	background-color: #1b86bb;
}

/*navigation*/
#section-header p{
	margin-bottom: 0;
}
.nav-link {
	font-size: 30px;
	font-family: 'Kanit-Bold';
	color: #FFF !important;
}
.navbar-brand img{
	max-width: 220px;
}
.nav-link:hover {
	color: #02ABB9 !important;
}

.nav-item {
	display: block;
	vertical-align: middle;
}

#myBtn:hover {
	background-color: #555;
}
.marginless{
	margin: 0;
}


/*contact*/
#contact .container {
	background-color: white;
}

.contact-form{
	color: #58595b;
}

#contact h3{
	color: #58595b;	
	font-weight: bold;
  font-family: 'Kanit';
}
#contact h4{
	color: #273B8C;	
	font-weight: bold;
  font-family: 'Kanit';
  font-size: 20px;<
}


.service-button:hover {
	color: white;
	background-color: #273B8C;
	border-radius: 4px;
}

.nav-button:hover {
	color: white;
	background-color: #273B8C;
	border-radius: 4px;
}

.info {
	font-size: 16px;
}

.info img{
	height: 28px;
}

#map {
	min-height: 380px;
	height: auto;
}

.line-contacto {
	border: 1px solid #06497D ;
	width: 80%;
}

.text-blue{
	color: #273B8C;
}

.btn-blue{
	padding: 2px 40px;
	background-color: #02ABB9;
	border: 3px solid #02ABB9;
	color: white;
	font-size: auto;
	font-family: 'Kanit';t
	/*font-weight: bold;*/
}

.btn-blue:hover{
	background-color: white;
	color: #02ABB9;
	border: 3px solid #02ABB9;
}
.btn-blue-2{
	padding: 10px 25px;
	background-color: #02ABB9;
	border: 3px solid #02ABB9;
	color: white;
	font-size: auto;
	font-family: 'Kanit';
	border-radius: 10px;
	/*font-weight: bold;*/
}

.btn-blue-2:hover{
	background-color: #3ba1c5;
	color: white;
	border: 3px solid #3ba1c5;
}

.btn-contact{
	background-color: #02ABB9;
	color: white;
	border: 3px solid #02ABB9;
	font-weight: bold;
	padding: 10px 20px;
	font-size: large;
}

.btn-contact:hover{
	background-color: white;
	color: #02ABB9;
	border: 3px solid #02ABB9;
}
.form-control::placeholder {
  color: #273B8C;
  opacity: 1;
}

.form-control{
	border: 1px solid #273B8C !important;
}

/*Nosotros*/

@media screen and (min-width:992px) {
	#nosotros img {
		width: auto;
		object-fit: cover;
	}
}




/*footer*/

.bg-footer {
	background-color: #273B8C;
	color: white;
  font-family: 'Kanit';
	font-size: 20px;
	font-weight: bold;
}

.bg-footer a{
	color: white;
}
.bg-footer p{
	color: white;
}
.iconos-sociales{
	width: 35px;
	margin-right: 30px;
}
.section-servicios{
	background-image: url(../images/Primer-foto.png); 
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow:  2px 2px black;;
	color: white;
}
.message-button-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 30;
}
.message-button img {
    width: 50px;
    height: 50px;
    z-index: 31;
}
.servicios h2{
	color: #58595b;
	font-family: 'Kanit';
}.servicios div{
	color: #58595b;
  font-family: 'Kanit';
  font-weight: bold;
  font-size: 20px;
}
#section-otros{
	background-color: #eeeeee;
}
#section-otros img{
	max-width: 40px;
}
.servicios h2, h4{
	color: #58595b;
	font-family: 'Kanit';
}
.card{
	min-height: 480px !important;
	width: auto;
	background: transparent;
	border: none !important;
}
.card h5{
	font-family: 'Kanit' !important; 
}
.card a{
	text-decoration: none;
	color: white;
}
.icono-servicios{
	width: 85px;
	top: -25px;
	position: relative;
}
.icono-servicios-2{
	width: 85px;
	top: -25px;
	position: relative;
}
.card a:hover{
	color: #02Abb9;
}
.servicio-bg-1{
	background-image: url('/_assets/images/imagen-servicios-1.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.servicio-bg-2{
	background-image: url('/_assets/images/imagen-servicios-2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.servicio-bg-3{
	background-image: url('/_assets/images/imagen-servicios-3.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.servicio-bg-4{
	background-image: url('/_assets/images/imagen-servicios-4.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.hover-visible{
	display: none;
	visibility: hidden;
	opacity: 0;
}
.card:hover .hover-visible{
	display: block;
	visibility: visible;
	opacity: 1;

}
.card:hover .hover-invisible{
	display: none;
	visibility: hidden;
	opacity: 0;
}
.card .hover-visible, .card .hover-invisible{
	/* From https://css.glass */
		backdrop-filter: blur(0px) saturate(200%);
    -webkit-backdrop-filter: blur(0px) saturate(200%);
    background-color: rgba(1, 23, 56, 0.85);
}

@media screen and (min-width:768px) {
	#servicios .col-md-5{
		width: 48% ;
	}
}
@media screen and (max-width:767px) {
	#servicios .col-md-5{
		width: 100% ;
	}
}
