
/* FUENTES */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');



/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}


header, nav, section, article, aside, footer, hgroup {
  display: block;
}
section, footer, header, .main-banner { margin: 0 auto; position: relative; max-width:1920px;}
* {
  box-sizing: border-box;
}

html, body {  
	font-family: "Roboto", sans-serif!important; 
	font-weight: normal;
  font-style: normal;
  color: #0f2362;
  overflow-x: hidden; margin:0; padding:0;
}

a {
  text-decoration: none !important;
}


ul {
  margin-bottom: 0px;
}

p {
  line-height: 1.5;
}

img { max-width: 100%; height:auto}

.text-or {color: #0f2362!important;}



/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #0f2362;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #0f2362;
  border-radius: 50%;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.header-area {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: #fff;
  display: flex; align-items: end;
}

.header-area .main-nav ul.nav {
  border-radius: 0px 0px 25px 25px;
  flex-basis: 100%;
  margin-right: 0px;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 5px;
  padding-right: 5px; position:relative
}

.header-area .main-nav .nav li a {
  display: block; line-height: 20px;
  padding: 13px 20px;
  border-radius: 0px;
  font-weight: 800;
  font-size: 19px;
  text-transform: capitalize;
  color: #0f2362;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
}
.header-area .main-nav .nav li:hover a { color:#0f2362 }
.header-area .main-nav .nav li a.active {  color: #0f2362;  opacity: 1;}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 25px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 9999;
  right: 20px;
  display: none;background: transparent;
  border: none;
}


.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #0f2362;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #0f2362;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 100%;
}


.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #0f2362;
}


.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #0f2362;
}

.visible{
  display:inline-block !important;
}

@media (max-width: 1199.98px) {
  .header-area .main-nav .nav li {
    padding-left: 2px;
    padding-right: 2px;
  }

}

@media (min-width:768px) {
	#nav-list {justify-content: end;}
	.main-nav .cont_logo {max-width: 94px;}
	.header-area .main-nav .nav li:not(:last-child)::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 35%;
		height: 16px;
		border-right:1px solid rgba(0,0,0,.8);
		
	}

}

@media (max-width: 767.99px) {
	.main-nav .cont_logo {max-width: 60px;}
	.header-area .container { max-width:100%!important}
  .header-area .main-nav .nav li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .header-area .main-nav .nav li a { 
    font-weight: 800;
    color: #0f2362;
    background-color: #fff;
  }

  .header-area .main-nav .nav li {
    border-top: 1px solid #0f2362;
    background-color: #fff;
    height: 50px;
  }

  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }

  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #0f2362!important;
    opacity: 1;
  }
  

  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    width: 100%;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .nav {
    margin-top: 13px !important;
  }
  
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/
#inicio {
  padding-top: 85px;
  padding-bottom: 0;
}
.head_img {
  width: 100%;
  background-size: cover !important;
  background-position:center bottom !important;
  background-repeat: no-repeat !important;
	background-image: url(../images/Recurso-15.jpg);
}
.head_img {height: 802px;}
@media only screen and (max-width: 767.99px) {
  .head_img {
    max-height: 300px;
  }
}
/**/

.boton { border-radius: 32px; padding: 12px; width:182px; text-align: center; display:inline-block; font-weight:400; font-size:19px; cursor:pointer;  border: none;-webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;}

.boton:hover {color:#fff;background-color:#25d366; }



/* 
---------------------------------------------
nosotros
--------------------------------------------- 
*/
#nosotros { background-color:#F3F3F3; padding: 65px 0; }

.section-title h2 { text-align: center; font-weight: 400; margin-bottom: 20px}
.section-title h3 { text-align: center; font-weight: 400; margin-bottom: 20px; color:#7a7a7a}
.section-title h4 { text-align: center; font-weight: 400; margin-bottom: 40px; color:#7a7a7a}
h1.title { text-transform:uppercase; font-weight: 500; margin-bottom: 20px}
#nosotros .texto p {font-weight:400; line-height:1.5; margin-bottom: 1.5em; color:#7a7a7a}


@media (min-width: 768px) {
  .section-title h2 { font-size:52px}
	h1.title { font-size: 46px;}
  .section-title h3 { font-size:35px}
  .section-title h4 { font-size:28px}
	.texto p {font-size:22px}
	
}

@media (max-width:767.99px) {
  .section-title h2 { font-size:48px}
	h1.title { font-size: 40px; margin-top:30px}
  .section-title h3 { font-size:30px}
  .section-title h4 { font-size:22px}
	.texto p {font-size:18px}
	
}
/* 
---------------------------------------------
servicios
--------------------------------------------- 
*/

#servicios{ background:#fff; padding: 65px 0; background-image: url(../images/Recurso-16.jpg); background-position:
center center;  background-size: cover;}

.sol-thumb { width: 100%;  position: relative; background-color: #0f2362; margin-bottom:20px}
.sol-thumb .overlay {
  display: flex; background-color:#fff; padding: 30px 20px;
  flex-direction: column;
  justify-content: normal;
  align-items: center;transform-style: preserve-3d;
}
.overlay {text-align: center;position: absolute;left: 0;top: 0;width: 100%;height: 100%;	color: #fff;	opacity: 0;	filter: alpha(opacity=0);	-webkit-transition: all 450ms ease-out 0s; -moz-transition: all 450ms ease-out 0s; -o-transition: all 450ms ease-out 0s;transition: all 450ms ease-out 0s; border: 1px solid #E1E1E1;	transform: rotateX(0) rotateY(180deg);}
.sol-thumb:hover .overlay {	cursor: pointer;opacity: 1;filter: alpha(opacity=100); transform:none
}
.overlay img.icono {  width: 55px; }
.textos p {font-weight:400; line-height:1.35; margin-top:25px; color:#5f5f5f; font-size:17px; text-align:left}


@media (min-width: 768px) {
	.sol-thumb {min-height: 440px; }

}




/* 
---------------------------------------------
Faq
--------------------------------------------- 
*/

#faq { background:#F3F3F3; padding: 65px 0; background-image: url(../images/Recurso-18.jpg);background-position:
center center;  background-size: cover;}

@media (min-width: 768px) {
#faq {background-attachment: fixed;}
.panel-group {padding: 0% 30% 0% 5%;}
}
a.accordionR {
   	color: inherit;
    cursor: pointer;
    padding: 20px 0;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 38px;
  	font-weight: 600;
    transition: 0.4s;   
		text-decoration:none;display: inline-block;

}
a.accordionR:focus {  outline: none; text-decoration:none;}

a.accordionR.active {
    color: #565656!important;text-decoration:none;border-bottom: none;
}
a.accordionR:hover {
   color: inherit!important;text-decoration:none;
}

a.accordionR:before {
	float: right;
	content: "";                                          
  display: inline-block;                               
  width: 20px;                                         
  height: 20px;                                        
  background-image: url('../images/cerrado.svg');
  background-size: contain;                            
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
  margin-left: 25px;
  transition: all 250ms ease;
}



a.accordionR.active:before {
	background-image: url('../images/abierto.svg');

}

div.panel {
		display: none;
    overflow: hidden;
    padding-top: 0px;
    transition: all 100ms ease;   
    margin-bottom: 20px;
}
#accordion .lainfo { font-size: 32px; font-weight: 400; line-height:1.5; margin-bottom: 20px; color:#7A7A7A}


@media (max-width:575.98px){
		a.accordionR { font-size:26px;padding: 20px 0;}
		#accordion .lainfo { font-size:18px;}
		a.accordionR:before { margin-right: 15px; padding-left:10px;}
}
/* 
---------------------------------------------
contacto
--------------------------------------------- 
*/
#contacto { padding: 65px 0;}
#contacto .boton , .form_arre .boton{color:#fff; background-color:#0F2362; font-size: 33px; height: 84px; width:215px; font-weight: 500;text-align: center; cursor:pointer; border-radius:6px}
#contacto .input-field, .form_arre .input-field{
  padding-right: calc( 10px/2 );
  padding-left: calc( 10px/2 );
  margin-bottom: 10px;
}
#contacto .form-control, .form_arre .form-control {
  display: block;
  width: 100%;
  height: 59px;
 	padding: 7px 20px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #7A7A7A;appearance: auto;
  background-color: #fff;
  background-image: none;
  border: 1px solid #69727d;
  border-radius: 5px;
  box-shadow: none;
  font-weight:400
}
#contacto textarea.form-control {height: 116px;resize: none;}
.form_arre textarea.form-control {height: 116px;resize: none;}
#contacto  label.error, .form_arre label.error{font-size: 12px;color: #ff0000; margin-bottom: 0; display: inline-block;}
#contacto ::placeholder, .form_arre ::placeholder {
  color: #7A7A7A;
  opacity: 0.8; font-weight:400 /* Firefox */
}

#contacto ::-ms-input-placeholder, .form_arre  ::-ms-input-placeholder { /* Edge 12-18 */
  color: #7A7A7A;font-weight:400;opacity: 0.8;
}

#contacto .noshow, .form_arre .noshow{
  display: none;
}
/*#contacto .respuesta, .form_arre  .respuesta{
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem;
}
#contacto .alert-success, .form_arre  .alert-succes {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: .75rem 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#contacto .alert-danger, .form_arre  .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: .75rem 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}*/


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer { position: relative; padding:3% 0% 60px 0%; background-color: #0F2362; }

.foot_elements { display: flex; flex-direction: row; justify-content: space-between; align-items: center;}

.redes a {
  display: inline-block; margin:0 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.arre { font-weight: 400; color: #FFF; font-size: 35px;background:transparent; border:none; cursor:pointer}
@media (max-width: 767.99px) {
  .foot_elements {flex-direction: column; gap:25px;}
  .redes a { width: 60px;  height: 60px;}
}


/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 30px;
	font-weight:500;
  color: #0f2362;
  position: fixed;
  left: 20px;
  bottom: 20px;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    opacity:08;}

.btn-wp { width: 55px ;height: 55px;overflow: hidden !important; border-radius: 0 !important; position: fixed !important;
  bottom: 20px; right: 75px;  transition: 250ms !important; z-index: 999999999 !important;}
.btn-wp img {border: none !important; padding: 0 !important; outline: 0 !important; position: absolute !important; right: 0 !important;top: 0 !important;z-index: 999 !important; transition: 250ms !important;}
@media only screen and (min-width: 576px) and (max-width: 1427.98px) {
  .btn-wp {
    width: 50px;
    height: 50px;
    right: 35px;
  }
}
@media (max-width: 575.98px) {
  .btn-wp {
    width: 35px;
    height: 35px;
    right: 10px;
    bottom: 20px;
  }
}

