/* Fuentes */

@font-face {
    font-family: 'blogger_sansbold_italic';
    src: url('blogger_sans-bold_italic-webfont.woff2') format('woff2'),
         url('blogger_sans-bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'blogger_sansbold';
    src: url('blogger_sans-bold-webfont.woff2') format('woff2'),
         url('blogger_sans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'blogger_sansitalic';
    src: url('blogger_sans-italic-webfont.woff2') format('woff2'),
         url('blogger_sans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'blogger_sanslight_italic';
    src: url('blogger_sans-light_italic-webfont.woff2') format('woff2'),
         url('blogger_sans-light_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'blogger_sanslight';
    src: url('blogger_sans-light-webfont.woff2') format('woff2'),
         url('blogger_sans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'blogger_sansmedium_italic';
    src: url('blogger_sans-medium_italic-webfont.woff2') format('woff2'),
         url('blogger_sans-medium_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'blogger_sansmedium';
    src: url('blogger_sans-medium-webfont.woff2') format('woff2'),
         url('blogger_sans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'blogger_sansregular';
    src: url('blogger_sans-webfont.woff2') format('woff2'),
         url('blogger_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*----------------------- Preloader -----------------------*/


body.preloader-site {
    overflow: hidden;
}



.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
}


/*Comunes*/

body{
	font-family: 'blogger_sansregular', sans-serif;
	overflow-x: hidden;
}
html{
	overflow-x: hidden;
}

a{transition: all 0.3s;}
a:hover{transition: all 0.3s; text-decoration: none;}



/* --------------------- Slider -------------------------*/

.crellyslider {
    height: 100vh !important;
}
.cs-slides li{
	height: 100vh !important;
}




/* Intro */

.intro{
background:url('../images/backg.jpg')  no-repeat center center fixed;
height: 100vh;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;

}


/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
  position: absolute;
  left: 50%;
  bottom: 5%;
  border: 2px solid #198287;
	background: #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  margin-left: -15px;
  display: block;
  z-index: 0;
  opacity: 1;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #198287;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}


.logointro{
position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
	transition: all 0.3s;
}

.logointro img{
	width: 500px;
}

@media (max-width: 767px){
	.logointro img{
		width:300px;
	}
	
}

/* Menú*/
.menuSup{
	width: 100%;
	position:fixed;
	top:0;
	background: #f26b5c;
	height: 70px;
	display: none;
	z-index: 9999;
	transition: all 0.3s;
	margin-top: 0px;
}
.fixed-top {
    display: block !important;
    transition: all 0.3s;
}



.menulist ul{
	list-style: none;
	margin-top: 30px;
}
.menulist li{
	float: right;
	font-size: 18px;
	padding-right:20px;
}
.menulist li a{
	color:#fff;
}

.menulist li a:hover{
	color:#f5e6e3;
}
.menulistleft li{
	float:left!important;
}


.logo3{
	text-align: center;
	margin-top:0px;
}

.logo3 img{
	width: 100px;
}

@media (max-width: 1285px){

	.menulist li{
	font-size: 14px;
	}
}

@media (max-width: 1090px){
	

	
	.menulist li{
	font-size: 12px;
	}
}

@media (max-width: 991px){
	.menuSup{
		display: none !important;
	}
}


/*MenuSup 2*/
.menuSup2{
	width: 100%;
	position:fixed;
	
	background: #f26b5c;
	height: 40px;
	display: none;
	z-index: 9999;
	transition: all 0.3s;
	margin-top: 0px;
}

.bg-red{
	background: #f26b5c !important;
}

.custom-toggler.navbar-toggler {

    border-color: rgba(255,255,255,0);

}

.custom-toggler .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

@media (max-width: 991px){
	.menuSup2{
		display: block !important;
	}
}

/* Transiciones */

.transition1{
background: #f26b5c;
height: 100vh;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
z-index: 2;
}

.logotransition{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
	transition: all 0.3s;
}

.logotransition img{
	width: 250px;
}

.transition2{
background: #f26b5c;
height: 325px;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
z-index: 2;
}

.transition3{
background: #198287;
height: 325px;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
z-index: 2;
}


.transition4{
background: #f5e6e3;
height: 50px;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
z-index: 2;
}

.transex{
	height: 150px;
}

.transition5{
background: #f26b5c;
height: 25px;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
z-index: 2;
top:60px;
}


.transition6{
background: #198287;
height:50px;
width: 70%;
	float:right;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
z-index: 2;

}


@media (max-width: 1500px){
	.transition6{
		width: 60%;
	}
}

@media (max-width: 1100px){
	.transition6{
		width: 50%;
	}
}

@media (max-width: 890px){
	.transition6{
		width: 40%;
	}
}

@media (max-width: 730px){
	.transition6{
		width: 25%;
	}
}

@media (max-width: 580px){
	.transition6{
		width: 5%;
	}
}

@media (max-width: 991px){
	.transex{
	height: 75px;
}
}

.lupa{
background: url("../images/lupa.png");
height: 397px;
width: 655px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
z-index: 2;
}

@media (max-width: 991px){
.transition2{
	height: 150px;
	}
	.transition3{
	height: 150px;
	}
}



@media (max-width: 991px){

.lupa{
	height: 212px;
	width: 350px;
	}
}
.erase{
	display: none;
	transition: all 0.3s;
}



/* Apartados */
.tit1{
	position: absolute;
	bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
} 
.tit1 h2{
	font-family: 'blogger_sansmedium', sans-serif;
	color:#fff;
	font-size: 80px;
	text-align: center;
	
}


.tit2{
	position: absolute;
	top: -25px;

} 
.tit2 h2{
	font-family: 'blogger_sansmedium', sans-serif;
	color:#f26b5c;
	font-size: 80px;
	text-align: left;
	
}

.exceptit{
	width: 50%;
	left:0;
}

.tit3{
	position: relative;
    padding-top: 150px;
    padding-right: 150px;
    float: right;
    width: 80%;
} 

.tit3 h2{
	font-family: 'blogger_sansmedium', sans-serif;
	color:#f26b5c;
	font-size: 80px;
	text-align: left;
	
}

.tit4{
	position: relative;
    float: right;
    width: 50%;
	top:-85px;
} 

.tit4 h2{
	font-family: 'blogger_sansmedium', sans-serif;
	color:#198287;
	font-size: 80px;
	text-align: right;
	
}

.tit5{
	position: relative;
    left:20px;
    width: 100%;
	top:55px;
} 

.tit5 h2{
	font-family: 'blogger_sansmedium', sans-serif;
	color:#198287;
	font-size: 40px;
	
}

@media (max-width: 560px){
.exceptit{
	width: 100%;
}
}

@media (max-width: 991px){
	.tit1 h2{
	font-size: 40px;
	}
	.tit2 h2{
	font-size: 40px;
	}
	
	.tit3{
	position: relative;
    padding-top: 50px;
	padding-right: 50px;
	}
	
	.tit3 h2{
	font-size: 40px;
	text-align: center;
	}
	.tit4 h2{
	font-size: 40px;
	}
}
.hormigaroja{
	text-align: center;
	margin:30px 0;
}

.hormigaroja img{
	width: 90px;
}


.textaptd{
	font-size: 26px;
	color:#4d4d4d;
	margin:80px 0 150px 0;
	letter-spacing: 0.1em;
	
}

.textaptd ul {
  list-style: none;
  padding: 0;
}
.textaptd li {
  padding-left: 1.3em;
	margin-bottom: 1.3em;
	
}
.textaptd li:before {
 	content: url('../images/square2.jpg'); 
  display: inline-block;
  margin-left: -1.3em;
  width: 1.2em;
}

.textaptd span{
	background: #f26b5c;
	padding: 0 5px;
	color:#fff;
}

.textaptd2{
	font-size: 26px;
	color:#4d4d4d;
	margin:80px 0 150px 0;
	letter-spacing: 0.1em;
	
}

.textaptd2 ul {
  list-style: none;
  padding: 0;
}
.textaptd2 li {
  padding-left: 1.3em;
	margin-bottom: 1.3em;
	
}
.textaptd2 li:before {
 	content: url('../images/square1.jpg'); 
  display: inline-block;
  margin-left: -1.3em;
  width: 1.2em;
}

.textaptd2 span{
	color: #198287;
	font-family: 'blogger_sansbold';
}


.textaptd3{
	font-size: 26px;
	color:#4d4d4d;
	margin:80px 0 150px 0;
	letter-spacing: 0.1em;
	
}

.textaptd3 ul {
  list-style: none;
  padding: 0;
}
.textaptd3 li {
  padding-left: 1.3em;
	margin-bottom: 1.3em;
	
}
.textaptd3 li:before {
 	content: url('../images/square3.jpg'); 
  display: inline-block;
  margin-left: -1.3em;
  width: 1.2em;
}

.textaptd3 span{
	font-family: 'blogger_sansbold';
}

span2{
	font-family: 'blogger_sansbold';
	color:#f26b5c;
}

.textaptd4{
	font-size: 26px;
	color:#4d4d4d;
	margin:150px 0;
	letter-spacing: 0.1em;
	
}

.textaptd4 ul {
  list-style: none;
  padding: 0;
}
.textaptd4 li {
  padding-left: 1.3em;
	margin-bottom: 1.3em;
	
}
.textaptd4 li:before {
 	content: url('../images/square1.jpg'); 
  display: inline-block;
  margin-left: -1.3em;
  width: 1.2em;
}

.textaptd4 span{
	background: #198287;
	padding: 0 5px;
	color:#fff;
}

.textaptd4 span3{
	background: #f26b5c;
	padding: 0 5px;
	color:#fff;
	
}


.textaptd5{
	font-size: 26px;
	color:#f26b5c;
	
	letter-spacing: 0.1em;
	
}

.textaptd5-pe{
	font-size:18px;
	font-style: italic;
	margin-top:25px;
	
}

.fundainfo{
	margin-top:25px;
	font-size:18px;
	font-style: italic;
	color:#198287;
	
}


.fundainfo img{
	max-width: 250px;
}


@media (max-width: 991px){
	.textaptd{
		font-size:20px;
		margin:80px 0 100px 0;
	}
	.textaptd2{
		font-size:20px;
		margin:80px 0 100px 0;
	}
	
	.textaptd3{
		font-size:20px;
		margin:80px 0 100px 0;
	}
	
	.textaptd4{
		font-size:20px;
		margin:80px 0 100px 0;
	}
	
	.textaptd5{
		font-size:20px;
	
	}
	
	.textaptd li:before {
		
		width: 1.8em;
	}
	
	.textaptd2 li:before {
		
		width: 1.8em;
	}
	
	.textaptd3 li:before {
		
		width: 1.8em;
	}
	
	.textaptd4 li:before {
		
		width: 1.8em;
	}
}


.hormigasblancas{
	text-align: center;
	padding:50px 0 0 0;
}

.hormigasblancas img{
	width: 550px;
}

@media (max-width: 991px){
	.hormigasblancas{
	padding:25px 0 0 0;
}

.hormigasblancas img{
	width: 250px;
}
}

.triangulo {
	position: absolute;
	z-index: -1;
	left: 0;
	top:20px;
     width: 0; 
     height: 0; 
     border-right: 250px solid transparent;
     border-top: 250px solid transparent;
     border-left: 250px solid #f26b5c;
     border-bottom: 250px solid transparent;
}

.circulo {
	position: absolute;
	z-index: -1;
	right: -25px;
	top:0;
     width: 500px;
     height: 500px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #f5e6e3;
}

@media (max-width: 550px){
	.circulo {

     width: 300px;
     height: 300px;
	}
}

.hormiga3 img{
	max-width: 700px;
}

/*Formulario*/

.wpcf7-list-item {
    margin: 0 0 0 0em !important;
}

.campotext{
	border:1px solid #f26b5c;
	width: 100%;
	padding: 10px;
	font-size: 22px;
	color:#4d4d4d;
	outline: hidden;
}

.campotext2{
	border:1px solid #f26b5c;
	width: 100%;
	padding: 10px;
	font-size: 22px;
	color:#4d4d4d;
	outline: hidden;
}

.campoenviar{
	width: 30%;
	padding: 10px;
	color:#fff;
	background: #f26b5c;
	border:0;
}

.formulario{
	margin-top:100px;
	
}

.formulario a{
	color:#4d4d4d !important;
}
.formulario a:hover{
	color:#f26b5c !important;
}

.logoform{
	text-align: center;
	margin-top:60px;
}
.logoform img{
	max-width: 330px;
}

/* Footer */

.footersub{
	text-align: right;
	margin-top:20px;
}

footer{
	margin:20px 0 80px 0;
	background: #198287;
	height: 40px;
}

.logofooter {
	margin-top:-40px;
}

.logofooter img{
	width: 120px;
}

.itemsfooter{
	text-align: right;
	text-transform: uppercase;
	font-size:16px;
	color:#fff;
	padding-top: 8px;
}

.itemsfooter a{
	color:#fff;
}

.itemsfooter a:hover{
	color:#f5e6e3;
}

.separar{
	margin-top:80px;
}

@media (max-width: 560px){
	.itemsfooter{

	font-size:11px;
	padding-top: 5px;
	}
	
	.logofooter {
	margin-top:-10px;
	}
	.logofooter img{
	width: 60px;
	}
	.separar{
	margin-top:20px;
	}
	
	.logoform{
		margin-top:0px;
	}

	
}

#cajacookies {
  
  background: rgba(242,107,92,0.90);
  color: #fff;
  padding: 10px;
  margin-bottom: 0px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99999;
	text-align: center;
}

#cajacookies a {
  color: #4d4d4d;
	padding: 0 5px;
  background: #fff;	
}
#cajacookies a:hover{
	 color: #fff;
	padding: 0 5px;
  background: #4d4d4d;	
}

.grecaptcha-badge {
		opacity:1 !important;
	}

.footersub{
	text-align: right;
}
