@charset "utf-8";/*
Theme Name: T2025
Theme URI:
Author: Testarudo
Author URI: http://testarudo.cl
Description: Whiteboard Framework has been helping Wordpress developers cut back on their development time and improve their Wordpress powered websites since 2008.
Version: 2.0

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

* {
  padding:0;
  margin:0;
}
body {
  font-family: 'Rubik', sans-serif;
  background:#FFF;
  color: #132C36;
}
#main{
  z-index: 10;
  position: relative;
}
p {
  color:#132C36;
  font-size:14px;
  line-height: 22px;
  letter-spacing: 1px;
}
p a{
  color:#999;
}
p a:hover{
  color:#666;
  text-decoration: none;
}
ul {
  margin-left: 10px;
}
li {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
hr{
  margin-top: 40px;
  margin-bottom: 40px;
}




.btn-primary {
  background-color: #FFF;
  border-radius: 20px;
  border: none;
  color: #191919;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  border: 0px;
  padding: 10px 14px;
}
.btn-primary:hover {
  background-color: #A31616;
  border: 2px solid #A31616;
}
.btn-secondary {
  background: #132C36;
  border-radius: 20px;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  border: 0px;
  padding: 10px 14px;
}

/* Style for our header texts* --------------------------------------- */

h1{
  font-size: 52px;
  padding:0;
  margin:10px 0 15px 0;
  font-weight: bolder;

}
h2 {
  font-size:32px;
  margin:0;
  padding:0;
  margin:0 0 15px 0;
  font-weight: 700;
}
h3{
  font-size:20px;
  color:#262F37;
  margin:0;
  padding:0;
  margin:0 0 15px 0;
  font-weight: 200;
}
h4{
  font-size:18px;
  color:#262F37;
  margin:0;
  padding:0;
  margin:0 0 15px 0;
  font-weight: 200;
}

/* Helpers
* --------------------------------------- */

.txt-center {
  text-align: center;
}
.pad-top-50 {
  padding-top: 50px;
}

/* Sections
* --------------------------------------- */


/* Defining each sectino background and styles* --------------------------------------- */
#section0{
  background:
        linear-gradient(#2f0d38, transparent),
        linear-gradient(to top left, #191919, transparent),
        linear-gradient(to top right, #0C4961, transparent);
    background-blend-mode: color-burn;
  padding: 10% 0 0 0;
  border-bottom: 10px solid #f5f5f5;

}
#section1{
  background: #FFF;
  padding: 4% 0 0 4%;
}
#section2{
  background: #fff;
  padding: 6% 0 0 0;
}
#section3{
  background: #191D26;
  padding: 4% 0 6% 0;
}
#section4{
  background: #191D26;
  padding: 6% 0 3% 0;
}
#section5{
  background: #191D26;
  padding: 10% 0 0 0;
}

/* Fixed header and footer.* --------------------------------------- */
.movil-flags {
  display: none;
}
header {
  position:fixed;
  display:block;
  width: 100%;
  z-index:1000;

}
header .navbar {
  border: none;
  width: 100%;
  padding: 0;
}
header .navbar .navbar-nav{
  width: 100%;
  justify-content: flex-start;
}
header .navbar .navbar-nav  #menu-principal {
  display: flex;
  margin-bottom: 0;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
header .navbar .navbar-nav #menu-principal>li{
  margin-bottom: 0;
}
header .navbar .navbar-nav #menu-principal>li>a{
  background: none;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
	cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  letter-spacing: normal;
}

header .navbar .navbar-nav #menu-principal>li>a:hover {
  background-color: #1C1D31;
  color: #FFF;
  text-decoration: none;
}

header .navbar .navbar-nav #menu-principal li ul {
  display: none;
  position: absolute;
  width: 120px;
  list-style: none;
}
header .navbar .navbar-nav #menu-principal li:hover ul {
  display: block;
}
header .navbar .navbar-nav #menu-principal li ul li{
  width: 100%;
}
header .navbar .navbar-nav #menu-principal li ul li a{
  display: block;
  background: #191D26;
  padding: 4px 10px;
  color: #FFF;
}
header .navbar .navbar-nav #menu-principal li ul li a:hover{
  text-decoration: none;
  background: #2D333D;
}


/* HEader scrolled.* --------------------------------------- */

header.scrolled {
  background:#132C36;

}
header.scrolled .logomenu {
  width: 180px;
  padding: 5px;
}
header.scrolled .navbar .navbar-nav #menu-principal>li>a {
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  letter-spacing: normal;
}
header.scrolled .q-contact-btn {
  width: 60px;
}


/* HEader Page.*/

.page header {
  background:#132C36;

}
.page header .logomenu {
  width: 180px;
  padding: 5px;
}
.page header .navbar .navbar-nav #menu-principal>li>a {
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  letter-spacing: normal;
}
.page header .q-contact-btn {
  width: 60px;
}

/* Logo Menu.* --------------------------------------- */

.logomenu {
  width: 280px;
  height: auto;
  float: left;
  padding: 10px;
  margin-right: 30px;

}
.logomenu img{
  width: 100%;
  height: auto;
}
.logo-movil {
  display: none;
}

/* QUICK CONTACT.* ------*/

.q-contact-btn {
  width: 70px;
  cursor: pointer;
  display: none;
}
.q-contact-btn img{
  width: 100%;
  height: auto;
}
.q-contact-close {
  width: 70px;
}
.q-contact-close img{
  width: 100%;
  height: auto;
}
.q-contact-box {
  position: fixed;
  width: 420px;
  right: -420px;
  background: #FFF;
  height: 100%;
  z-index: 1100;
  padding: 70px 40px;
  visibility: hidden;
  box-shadow: 0px 0px 10px rgba(0,0,0,.3);
  transition: all .6s cubic-bezier(.77,0,.175,1);
}
.q-contact-close {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.q-contact-close img{
  width: 100%;
  height: auto;
}
.q-contact-show {
  right: 0;
  visibility: visible;
  background: #133042;
}
.cover {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(18,22,89,.4);
  transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
}
.cover-show {
  opacity: 1;
  z-index: 1090;
}
.q-contact-box h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
}
.q-contact-box h4 {
  color: #FFF;
}
.q-contact-box p{
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin: 50px 0 30px 0;
}

.q-contact-item {
  display: flex;
  align-items: center;
  padding-top: 30px;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
}
.q-contact-item img{
  width: 22px;
  height: auto;
  margin-right: 15px;
}

/* INDEX.* ---------------------------------------*/

.img-slid {

}
.img-slid img {
  width: 100%; height: auto;
}
.mensaje-bienvenida {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mensaje-bienvenida .btn-secondary {
  margin-right: 15px;
}
.mensaje-bienvenida h1 {
  color: #FFF;
  margin: 10px auto 10px;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
}
.mensaje-bienvenida h1 span {
  font-weight: 700;
}
.mensaje-bienvenida p {
  color: #bdbdbd;
  margin-bottom: 20px;
  font-size: 16px;
}
.mensaje-bienvenida h4 {
  color: #a4a4a4;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 0px;
}
.mensaje-bienvenida a{
  text-decoration: none;
}



/* Cards.* --------------------------------------- */

.cards {
  padding: 80px 0;
}
.card {
  border: 0px;
}
.card-body{
  text-align: center;
}
.card-body h2{
  text-transform: uppercase;
}
.card-imagen {
  margin: 30px 0;
}
.card-imagen img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Graf.* --------------------------------------- */

.graf {
  background: url(images/bg5.jpg) #FFF;
  background-attachment: fixed !important;
  padding: 50px 0;
  opacity: 1;
  transition: all .7s ease;
  text-align: center;
}
.graf:hover {
  transition: all .7s ease;
  opacity: 0.9;
}
.graf-graf img{
  width: 100%;
  height: auto;
}


/* Info.* --------------------------------------- */

.info {
  padding: 100px 0 100px 0;
  background: #192b35;
}
.info-titulo {
  margin-bottom: 60px;
  text-align: center;
}
.info-titulo h1{
  color: #FFF;
  font-size: 26px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
  font-weight: 400;
}
.info-titulo h1::after{
  content:'';
  position:absolute;
  left:0;right:0;
  top:100%;
  margin: 10px auto;
  width:30%;
  height:1px;
  background:rgba(255,255,255,0.1);
}
.info-item {
  margin-bottom: 30px;
}
.info-icon {
  width: 20%;
  float: left;
  margin: 0 5% 0 0;
  text-align: center;
}
.info-icon h2 {
  font-size: 40px;
  color: #C72A2A;
}
.info-texto {
  float: left;
  width: 75%;
}
.info-texto h2 {
  font-weight:
  font-size: 18px;
  color:#FFF;
}
.info-texto p {
  color: rgba(255,255,255,0.5);
}
a.home-btn-vermas img {
  width: 60%;
  height: auto;
}

/* Single.* --------------------------------------- */

.post-content {
  padding: 100px 0;
}
.post-content h1 {
  border-bottom: 1px solid #EEE;
  padding-bottom: 20px;
}

/* Paginas.* --------------------------------------- */

.page-content {
  padding: 90px 0 60px 0;
}
.page-content h1 {
  border-bottom: 1px solid #EEE;
  padding-bottom:25px;
  margin-bottom: 25px;
}
.wp-block-gallery {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}

.wp-block-image :where(figcaption) {
  font-size: 12px;
}

/

/* Contacto .* --------------------------------------- */


.titulo_contacto {
  padding-top: 20px;
}
.titulo_contacto h1 {
   margin-top: 0;
   border-bottom: 1px solid rgba(0,0,0,0.15);
   padding-bottom: 15px;
 }
.titulo_contacto p.bajada {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.titulo_contacto p.bajada i {
  color: #1abc9c;
  margin-right: 6px;
  font-size: 22px;
}
.frase_contacto {
  margin-bottom: 20px;
  padding-top: 20px;
}



/* Footer.* --------------------------------------- */

#footer{
  padding: 60px 0;
  background: #1B2126;
}
#footer p{
  color: #BBB;
  margin-bottom: 5px;
}
#footer p a{
  border-right: 1px solid rgba(255,255,255,0.3);
  padding-right: 5px;
  margin-right: 5px;
}
.logo-footer {
  text-align: left;
}
.logo-footer img {
  width:100%;
}
.info-footer {
  padding-top: 15px;
}
.info-footer h3{
  color: #FFF;
  font-weight: 400;
}
.info-footer p{
  font-size: 12px;
}

/* Firma.* --------------------------------------- */

.firma {
  background: #222;
  padding: 10px 0;
  text-align: center;
}
.firma p {
  font-size: 11px;
  margin-bottom: 0;
  color: #777;
}
.firma p i{
  font-size: 14px;
}


/* Formulario Contacto.
* --------------------------------------- */
.formulario{
  padding-bottom: 120px;
}
.wpcf7-form label {
  width: 100%; color: #777;
}
.wpcf7-acceptance {
  float: left;
  width: auto!important;
  height: auto !important;
  margin-right: 10px !important;
}

.wpcf7-response-output {
  background: rgba(181,28,28,0.8);
  color: #FFF;
  margin: 0 !important;
}
.wpcf7-mail-sent-ok {
  background: rgba(111,208,40,0.8);
  border: 0 !important;
}

.wpcf7-form-control-wrap span.wpcf7-checkbox input {
  display: inline-block;
}
.wpcf7-form-control-wrap span.wpcf7-checkbox span {
  display: inline-block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    font-size: 14px;
    text-decoration: none;
    padding: 3px;
    height: 35px;
    width: 100%;
    background-color: rgba(0,0,0,0.05);
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-top: 5px;
}
.wpcf7-form-control-wrap textarea {
	height: 197px;
}
.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus {
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid #e20080;
}
.wpcf7-submit {
  text-transform:uppercase;
  background: #e20080;
  height:36px;
  padding:2px 30px 2px 30px;
  font-weight:bold;
  text-align:center;
  font-size:13px;
  margin:0 auto;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:none;color:#FFF; margin-top:10px;
}
.wpcf7-submit  a{
  text-decoration:none;
}
.wpcf7-submit:hover{
  color:#fff ;
  cursor:pointer;
}

@keyframes fadein {    from {
        opacity:0;
    }
    to {
        opacity:0.8;
    }
}

@-moz-keyframes fadein { /* Firefox */    from {
        opacity:0;
    }
    to {
        opacity:0.8;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:0.8;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 0.8;
    }
}
.clear { clear:both;}
