/*
Theme Name: Calfin Child
Author: Themepul
Description: This is the child theme for Calfin Theme
Version: 1.0.0
Template: calfin

*/

/*

Celeste #7FCFF5. 
Azules #0072ce
Gris #8a8a8d 

*/

body {
  font-size: 19px!important;

}

/* Colors */
.primary-color {
    color: #0072ce!important;
}

a:hover {
    color:#7FCFF5!important; 
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
dt,
th,
.comment-meta .fn,
.comment-reply-link,
.no-comments {
    color: #0C689B;
}





/*Top menu*/

 
.header-logo-bg {
  	margin-left: -50px;
}

.header-logo.col-auto {
	width: 465px;
	padding-left: 0px!important;
}


.main-menu a {
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
  }


.main-menu>ul>li {
    margin: 0 8px;
}

.main-menu>ul>li>a {
    padding: 8px 0;
}



.ot-menu-toggle{
	color:#0072ce;
	margin-top: 7px;
	float: right;
}

.ot-menu-wrapper .ot-menu-toggle {
	 color: #7FCFF5;
}

.ot-menu-wrapper .ot-menu-area {
	border-right: 3px solid #7FCFF5;
}

.ot-mobile-menu ul li a {
	text-transform: none;
}



.social-icons.company-socials-icon ul li a {
	font-size: 23px!important;
}

.others-top{
	text-align: right;
	padding-right: 5px;
}

.others-top > div > a > img{
	width:35px;
	height: 35px;
}

.btn-brochure{
	background-color: #1e3c7c;
	padding: 4px 18px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
}


/*end top menu*/

.breadcroumn-contnt .brea-title {
	line-height: 50px;
}



/* Banner interior */
.breadcroumb-area {
	padding-top: 50px;
	padding-bottom: 50px;
}
.bre-sub {
	display: none;
}

.breadcroumn-contnt .brea-title {
	font-size: 42px;
}

/* fin banner int */


/* footer  */

.footer-widget-area .widget.widget_nav_menu li a:before{
	background-color: white!important;
}

/* end footer */



/*-----------------OTROS---------------*/

/*--home--*/

/*.row.content-row{
 	padding-top:2em;
 	padding-bottom: 2em;
}

*/

.calfin-t-title .highlight-heading::after{
	background-color: #07b6d8;
}

/*.inner-slider .calfin-t-title{
	font-size: 45px;
}*/


.service-icon {
    background: #e2f1ff!important;
    color: #7FCFF5!important;
}

.theme-btns {
	background-color: #2380ef!important;
}

.theme-btns:hover {
	background-color: #8a8a8d!important;
}

/*boton gricol*/
span.elementor-button-text {
    color: #ffffff;
}



a.services-btn {
	color:#0072ce;
}

.box-inner{
	padding: 30px 15px;
}

.box-inner:hover .services-title a {
	color: #7FCFF5;
}


.box-inner:hover .services-btn{
	background-color: #2380ef!important;
}

.video-button-wrapper {
	display: none;
/*	background-color: #7FCFF5!important;*/
}

.expariance-box h2 {
	color: #7FCFF5!important;
}

.to-top {
	background-color: #0072ce!important;
}

h2.elementor-heading-title.elementor-size-default {
    color: #0d689d;
}


input.wpcf7-form-control.wpcf7-submit {
    width: 150px!important;
}

.align-button-contact{
	text-align: center;
}


/*-----------WhatsApp----------*/
.cssWhatsApp {
    width: 58px;
    height: 58px;
    position: fixed;
    right: 45px;
    bottom: 80px;
    cursor: pointer;
    transition: .4s;
}

.cssWhatsApp > a > img{
	width: 100%;
	height: auto;
}

/*------------end--------------*/


.wpcf7-response-output {
    color: #fff;
}

.wpcf7-not-valid-tip{
	color:#fff;
}

.breadcroumb-area {
	background-color: #0C689B;
}



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

	h2{
		font-size: 27px;
	}

	

	.header-logo-bg {
  		margin-left: -15px;
  	}

  	.others-top{
  		margin-top: 10px;
  	}

  	.ot-menu-toggle{
  		float: left;
  		margin-bottom: 10px;
  	}


  	.inner-slider .calfin-t-title{
		font-size: 34px;
		line-height: 50px;
	}


	.breadcroumn-contnt .brea-title {
		font-size: 33px;
	}

	.calfin-t-title {
		font-size: 30px;
	}



}


@media screen and (max-width: 1280px) {
	nav.main-menu.d-none.d-lg-inline-block {
   	 display: none!important;
	}
	.ot-menu-toggle {
  		display: block!important;
  	}
}


@media only screen and (min-width: 770px) and (max-width: 991px) {  
  	.box-inner{
	 	min-height: 390px;
	}
} 


@media only screen and (min-width: 1200px) and (max-width: 1280px) { 

	.box-inner{
	/*	470px */
	 	min-height:465px;
	 }
}


@media screen and (min-width: 1281px) {
	.ot-menu-toggle {
  		display: none!important;
  	}

  	/*home servicios*/

  	.col-xl-3.col-lg-6.col-md-6.col-12 {
   		 width: 30%;
	 }

	/* end	 */
}

@media screen and (min-width: 1200px) {
	.box-inner{
	 	min-height:415px;
	 }
}

