body {
	overflow-x: hidden;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should be a color other than white */
	z-index:2000000000; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally on the screen */
	top:50%; /* centers the loading animation vertically on the screen */
	background-image:url(../images/logo.svg); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

#status2 {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally on the screen */
	top:60%; /* centers the loading animation vertically on the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

body{
  overflow-x: hidden;
  max-width: 100vw;
}


@font-face {
  font-family: 'Courgette-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/courgette-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Courgette Regular'), local('Courgette-Regular'),
       url('../fonts/courgette-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/courgette-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/courgette-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/courgette-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/courgette-v5-latin-regular.svg#Courgette') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'TypewriterPress';
  src: url('../fonts/TypewriterPress.eot');
  src: url('../fonts/TypewriterPress.woff2') format('woff2'),
       url('../fonts/TypewriterPress.woff') format('woff'),
       url('../fonts/TypewriterPress.ttf') format('truetype'),
       url('../fonts/TypewriterPress.svg#TypewriterPress') format('svg'),
       url('../fonts/TypewriterPress.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



@font-face {
    font-family: Myriad Pro Regular;
    src: url(../fonts/Myriad Pro Regular.ttf);
}



@font-face {
  font-family: 'Love Ya Like A Sister';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/LoveYaLikeASister-Regular.eot'); /* IE9 Compat Modes */
  src: local('Love Ya Like A Sister Regular'), local('LoveYaLikeASister-Regular'),
       url('../fonts/LoveYaLikeASister-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/LoveYaLikeASister-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/LoveYaLikeASister-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/LoveYaLikeASister-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/LoveYaLikeASister-Regular.svg#LoveYaLikeASister-Regular') format('svg'); /* Legacy iOS */
}




@font-face {
  font-family: 'Lato-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Lato-Bold';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v14-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('../fonts/lato-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}


.cabeza{
  width: 100%;
  padding-top:4px;
  padding-bottom: 8px;
  background-color: #211915;
}

.logo1{
  position:absolute;
  top:-5px;
  margin-top:0px;
  width: 300px;
  height: 150px;
  animation: aparecer 4s ease-out 1;
  -webkit-animation: aparecer 4s ease-out 1;
  -moz-animation: aparecer 4s ease-out 1;
  -o-animation: aparecer 4s ease-out 1;
  -ms-animation: aparecer 4s ease-out 1; /
}


@media(max-width:767px) {
  .logo1{
    width: 260px;
    height: 130px;
    top:-30px;
    left:-20px;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;

  }
}

@keyframes aparecer {
  from { opacity: 0;}
  to { opacity: 1;}
}

@-webkit-keyframes aparecer {
  from { opacity: 0;}
  to { opacity: 1;}
}

.flechita{
  fill:#FFFFFF;
}

#flechita{
  fill:#055989;
  animation: flecha 4s ease-out 1;
  -moz-animation: flecha 4s ease-out 1;
  -o-animation: flecha 4s ease-out 1;
  -ms-animation: flecha 4s ease-out 1;
  animation-delay: 0s;
}

@keyframes flecha {
  from {transform: translate(-200%, 200%);opacity:0}
  to {transform: translate(0px, 0px);opacity:1}
}

@-webkit-keyframes flecha {
  from {transform: translate(-200%, 200%);opacity:0}
  to {transform: translate(0px, 0px);opacity:1}
}

.flechitaInterior{
  opacity: 0;
}
#flechitaInterior{
  opacity: 0;
}

#letritas{
  animation: letritas 4s ease-out 1;
  -webkit-animation: letritas 4s ease-out 1;
  -moz-animation: letritas 4s ease-out 1;
  -o-animation: letritas 4s ease-out 1;
  -ms-animation: letritas 4s ease-out 1;
  animation-delay: 0s;

}

#letritas path{
  fill:white;
}

@keyframes letritas {
  from {transform: translate(-200%);opacity:0}
  50% { transform: translate(-200%);opacity: 0;}
  to {transform: translate(0px, 0px);opacity:1}
}
@-webkit-keyframes letritas {
  from {transform: translate(-200%);opacity:0}
  50% { transform: translate(-200%);opacity: 0;}
  to {transform: translate(0px, 0px);opacity:1}
}
.buscador{

  width: 100vw;
  height: 35px;
  background-color:black;
}
.buscador  .texto{
  text-align: left;
  color:white;
  padding-right: 10px;
  text-transform: none;
  width: 90vw;
  font-family: Lato-Regular;
}

.btn-search{
  background: transparent;
}
.input-group{
  margin-left:60%;
  width: 20%;
  float:right;
}
.correoBuscador{
  width: 69%;
  text-align: right;
  position:fixed;
  top:10px;
}

.texto .inpt , .texto .inpt:focus{
  background:transparent;
  outline:none;
  border:none;
  box-shadow: none;
  border-bottom: 1px solid white;
  margin-left: 0px;
  height: 30px;
  border-radius: 0;
  padding-bottom: 0px;
  margin-top:-5px;
}

@media(max-width:767px) {
  .buscador{
    display:none;
  }
  .input-group{
    margin-left:40%;
    width: 59%;
  }
  .correoBuscador{
    width: 39%;
  }

  .buscador  .texto{
    text-align: left;
    color:white;
    padding-right: 10px;
    text-transform: none;
    width: 100vw;
    font-family: Lato-Regular;
  }

}




.navegador{
  padding-top:10px;
  height: 60px;
  padding-bottom:0px;
  background: transparent;
  padding-left: 0px;
  -moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
}

.navegadorDescarga{
	padding-top:10px;
	opacity: .9;
	background: #C6C4C4;
	height: 84px;
	transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
}

.navegador2{
  padding-top:10px;
  opacity: .9;
  background: #C6C4C4;
  height: 84px;
  transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
}



.navbar{
  height: 0px;
  padding:0px;
  margin:0px;

  text-transform: uppercase;
}

#nav-main{
  margin-left: 0;
  margin-top:8px;
  height: 204px;
}

@media(min-width:767px) {
  #nav-main{
    height: 100px;
    margin-top:0px;
    margin-left: 25%;
  }
}

.nav > li > a{
  font-size: 14px;
}

@media(max-width:1000px) {
  .nav > li > a{
    font-size: 12px;
  }
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: white;
}

.navbar-toggle{
  margin-right: 30px;
  padding-top:15px;
  padding-bottom:15px;
  outline:none;
  border:none;
}



.navbar-default .navbar-nav{
  float:right;
  margin-right: 40px;
}

.navbar-default .navbar-nav > li > a {
    color: rgb(0, 87, 143);
    -moz-transition: .7s all;
  	-webkit-transition: .7s all;
  	-o-transition: .7s all;
}

.navbar-default .navbar-nav > li > a:hover {
    font-size:12px;
    background-color: rgb(187, 213, 222);
    border-bottom: 2px solid ;
    border-color: #ff9934;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
  border-color: #ff9934;
}

.navbar-default .navbar-nav > li.active > a {
    border-color: #ff9934;
  }

@media(min-width:767px) {
  .navbar-default .navbar-nav > li > a {
      color: white;

      -moz-transition: font .7s ;
    	-webkit-transition: font .7s ;
    	-o-transition:  font .7s ;
  }



  .navbar-default .navbar-nav > li > a:hover {
      font-size:14px;
      color: white;
      background-color:transparent;
      border-bottom: 2px solid ;
      border-color: #ff9934;
  }
  .navbar-default .navbar-nav > li > a:focus{
    color:white;
  }


  .navbar-default .navbar-nav > li.active > a {
      font-size:14px;
      background-color:transparent;
      border-bottom: 2px solid ;
      border-color: #ff9934;
      stroke-dashoffset:1200;
    }
    /*  animation: efectofocus 1s;
      animation-fill-mode: forwards;
      animation-iteration-count: 1;
  }
  @keyframes efectofocus {
    from {
      border-width:2px;
    }
    to {
      border-width:40px;
      border-color:white;
    }
  }*/
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus{
    font-size:14px;
    background-color:transparent;
    border-bottom: 2px solid ;
    border-color: #ff9934;
  }


}

.nubeyzzz{
  margin-top:-14px;
}
.nube{
  width:90px;
  position:block;
  margin-top:20px;
  margin-left:12px;

}
.nubepath{
  fill:white;
  animation: nube 3s;
  -webkit-animation: nube 3s;
  -moz-animation: nube 3s;
  -o-animation: nube 3s;
  -ms-animation: nube 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.zzz{
  position:absolute;
  width: 70px;
  top:0px;
  left: 15px;
}

@media(max-width:900px) {
  .nube{
      display:none;
  }
  .zzz{
      display:none;
  }
}

.z3{
  opacity:0;
  fill:#ef9344;
  animation: zzz 6s;
  -webkit-animation: zzz 6s ;
  -moz-animation: zzz 6s ;
  -o-animation: zzz 6s ;
  -ms-animation: zzz 6s ;
  animation-fill-mode: forwards;
  animation-delay:5s;
  animation-iteration-count: infinite;
}
.z2{
  opacity:0;
  fill:#ef9344;
  animation: zzz 6s;
  -webkit-animation: zzz 6s ;
  -moz-animation: zzz 6s ;
  -o-animation: zzz 6s ;
  -ms-animation: zzz 6s ;
  animation-fill-mode: forwards;
  animation-delay:4s;
  animation-iteration-count: infinite;
}
.z1{
  opacity:0;
  fill:#ef9344;
  animation: zzz 6s;
  -webkit-animation: zzz 6s ;
  -moz-animation: zzz 6s ;
  -o-animation: zzz 6s ;
  -ms-animation: zzz 6s ;
  animation-delay:3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}



@keyframes zzz {
  from {
    opacity: 0;
  }
  50%{
   opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes zzz {
  from {
    opacity: 0;
  }
  50%{
   opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes nube {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes nube {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.coso{
  display:none;
  position:absolute;
  top:75px;
  -webkit-box-shadow: 11px 13px 28px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 11px 13px 28px 0px rgba(0,0,0,0.6);
  box-shadow: 11px 13px 28px 0px rgba(0,0,0,0.6);
  border-radius: 5px;
  padding:10px;
  background-color: #faf7f2;
  opacity: 0;
  border: 2px solid #AAAAAA;
  transition: opacity 0.8s linear 0.2s;
}

.coso:after, .coso:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.coso:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}
.coso:before {
	border-color: rgba(170, 170, 170, 0);
	border-bottom-color: #AAAAAA;
	border-width: 23px;
	margin-left: -23px;
}

@media(max-width:767px) {
  .coso{
      left:200px;
  }
}

#boton-lateral{
  position:fixed;
  background: #C6C4C4;
  border-color: #C6C4C4;
  opacity: 0.8;
  font-size:15px;
  font-weight: bold;
  border-radius: 25%;
  right: -20px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 25px;
  padding-left: 15px;
  top:50%;
  outline: none;
  z-index:2000;
}

#boton-lateral > span{
  font-size:20px;
}



@media(max-width:500px) {
  #boton-lateral{
    position:fixed;
    font-size:0px;
    font-weight: bold;
    border-radius: 25%;
    right: -20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 20px;
    top:50%;
    outline: none;
  }
  #boton-lateral > span{
    font-size:20px;
    padding-right: 3px;
  }
}

/*maquina de escribir*/
.typed-cursor{
    opacity: 0;
    font-weight: 100;

  }
  .typed-cursor-eliminated{
    opacity: 0;
  }


  .sombreado{
    text-shadow: 5px 0px 6px #000000;
    color:white;
  }
  .sombreado2{
    text-shadow: 5px 0px 6px #FFFFFF;
    color:black;
  }
  .carousel-item.carousel1 div{
    /*font-family: TypewriterPress;*/
		font-family:Love Ya Like A Sister;

  }
  .carousel-item.carousel1 div{
    width: 100%;

  }


  #typedTitle{
    position:absolute;
    bottom:15%;
    left:5%;
    font-size:40px;
  }

  #typedText{
    position:absolute;
    bottom:10%;
    left:5%;
    font-size:26px;
  }
  #typedText2{
    position:absolute;
    bottom:5%;
    left:5%;
    font-size:26px;
  }
  #typed2Title{
    position:absolute;
    bottom:8%;
    left:5%;
    font-size:40px;
  }

  #typed2Text{
    position:absolute;
    bottom:3%;
    left:5%;
    font-size:22px;
  }

  @media(max-width:991px) {
    #typedTitle{
      position:absolute;
      bottom:15%;
      left:5%;
      font-size:36px;
    }

    #typedText{
      position:absolute;
      bottom:10%;
      left:5%;
      font-size:20px;
    }
    #typedText2{
      position:absolute;
      bottom:5%;
      left:5%;
      font-size:18px;
    }
    #typed2Title{
      position:absolute;
      bottom:8%;
      left:5%;
      font-size:26px;
    }

    #typed2Text{
      position:absolute;
      bottom:3%;
      left:5%;
      font-size:18px;
    }
  }

  @media(max-width:700px) {
    #typedTitle{
      position:absolute;
      bottom:15%;
      left:5%;
      font-size:4.5vw;
    }

    #typedText{
      position:absolute;
      bottom:10%;
      left:5%;
      font-size:2.5vw;
    }
    #typedText2{
      position:absolute;
      bottom:5%;
      left:5%;
      font-size:2.5vw;
    }
    #typed2Title{
      position:absolute;
      bottom:18%;
      left:5%;
      font-size:4vw;
    }

    #typed2Text{
      position:absolute;
      bottom:5%;
      left:5%;
      font-size:2.5vw;
    }
  }
/*fin maquina escribir*/

.carousel-item.carousel1{
    height: 100vh;
    max-height: 50vw;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-inner.carousel1 > .item > img,
.carousel-inner.carousel1 > .item > a > img {
  height: 100vh;
  max-height: 50vw;
  width: 100%;
}

.about-section{
  text-align: center;
  padding-top:10px;

}

.QueEsBisin > .container > .row{
  min-height: 80vh;
  margin-bottom:10vh;
  padding-top:25vh;

}

.QueEsBisin{
  background-image: url("../images/marca de agua.svg");
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-position: 100% 95%;
  background-size: 36%;
}

.qebdiv{
  background-color: #D9D7D7;
  padding-bottom: 10px;
}

.qebdivaux{
  margin-left:33%;
  width:66%;

}


h1.titulo1 .qevtext{
    font-family:  Courgette-Regular;
    text-transform: none;
    margin-top:10px;
    color: white;
    font-weight: bold;
    font-size: 40px;
}

.inte{
  color:#04A5DC;
}

.inte1{
  font-family:  Myriad Pro Regular;
  text-transform: uppercase;
  font-size: 120px;
  float:left;
  margin-top:-45px;
  padding-right: 10px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.inte2{
  font-family:  Myriad Pro Regular;
  font-size: 120px;
  margin-top:-35px;
  float:left;
  padding-left: 10px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

@media(max-width:991px) {
  .qebdivaux{
    margin-left:25%;
    width:75%;

  }
}

@media(max-width:700px) {
  .qebdivaux{
    margin-left:20%;
    width:80%;

  }
}

@media(max-width:550px) {
  .qebdivaux{
    margin-left:20%;
    width:80%;

  }
  h1.titulo1{
      font-size: 25px !important;
  }
  .inte1{
    font-size:60px;
    margin-top:-10px;
  }
  .inte2{
    margin-top:-5px;
    font-size:60px;
  }
}

@media(max-width:380px) {
  .qebdivaux{
    margin-left:5%;
    width:95%;

  }

h1.titulo1 .qevtext{
    font-size: 30px;
  }

  .inte1{
    font-size:50px;
    margin-top:-10px;
  }
  .inte2{
    margin-top:-5px;
    font-size:50px;
  }
}

.tituloIcono{
  font-family:Lato-Bold;
  color:#07598A;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.textoIcono{
  font-family:Lato-Bold;
  margin-top:8px;
  color: #87868A;
  font-size: 13px;
  font-weight: bold;
  text-transform: none;

}
.iconos p{
  margin-top:30px
}

.iconos{
  font-family:Lato-Bold;
  margin-left: 25%;
  float:left;
  width: 50%;
  height: auto;
}


@media(min-width:600px) {
  .iconos{
    font-family:Lato-Bold;
    margin-left: 0px;
    margin-right:5%;
    width: 15%;
    height: 15%;
  }
}


.iconos > svg{
  min-width:70px;
  min-height:70px;
  width: 80%;
  height: 80%;
}

.nodashed1 .cls-1,.nodashed2 .cls-1,.nodashed3 .cls-1,.nodashed4 .cls-1,.nodashed5 .cls-1{
  fill:transparent;
  stroke:transparent;
  transition: all 1s ease;
}

.nodashed1 .cls-2,.nodashed2 .cls-2,.nodashed2 .cls-2b,.nodashed3 .cls-2,.nodashed4 .cls-2,.nodashed5 .cls-2{
  fill:transparent;
  stroke:transparent;
  transition: all 1s ease;
}

.nodashed5 .cls-3{
  fill:transparent;
  stroke:transparent;
  transition: all 1s ease;
}

.dashed:hover .tituloIcono{
  color:#04A5DC;
  transition:all 1s ease;
}

.dashed > svg > g > g > path.cls-1{
  stroke:#055989;
  fill:transparent;
  stroke-dasharray: 1200;
  stroke-dashoffset: 0;
  animation: bordear 5s;
  -webkit-animation: bordear 5s ;
  -o-animation: bordear 5s;
  -ms-animation: bordear 5s;
  -moz-animation: bordear 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashedIE > svg > g > g > path.cls-1{
  stroke:#055989;
  fill:transparent;
  animation: aparecer 5s;
  -webkit-animation: aparecer 5s ;
  -o-animation: aparecer 5s;
  -ms-animation: aparecer 5s;
  -moz-animation: aparecer 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashed > svg:hover > g > g > path.cls-1{
  fill:#04A5DC;
  stroke:#04A5DC;
  transition: all 1s ease;
}

.dashedIE > svg:hover > g > g > path.cls-1{
  fill:#04A5DC;
  stroke:#04A5DC;
  transition: all 1s ease;
}

.dashed > svg > g > g > path.cls-2{
  stroke:#055989;
  fill:#055989;
  stroke-dasharray: 1300;
  stroke-dashoffset: 0;
  animation: bordearInterior 5s;
  -webkit-animation: bordearInterior 5s ;
  -o-animation: bordearInterior 5s;
  -ms-animation: bordearInterior 5s;
  -moz-animation: bordearInterior 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashedIE > svg > g > g > path.cls-2{
  stroke:#055989;
  fill:#055989;
  animation: aparecerConRetraso 5s;
  -webkit-animation: aparecerConRetraso 5s ;
  -o-animation: aparecerConRetraso 5s;
  -ms-animation: aparecerConRetraso 5s;
  -moz-animation: aparecerConRetraso 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashed > svg:hover > g > g > path.cls-2{
  fill:#FFFFFF;
  stroke:#04A5DC;
  transition: all 1s ease;
}

.dashedIE > svg:hover > g > g > path.cls-2{
  stroke:#04A5DC;
  fill:#FFFFFF;
  transition: all 1s ease;
}


.dashed > svg > g > g > path.cls-2b{
  stroke:#055989;
  fill:#FFFFFF;
  stroke-width:4px;
  stroke-miterlimit:10;
  stroke-dasharray: 1200;
  stroke-dashoffset: 0;
  animation: bordearInteriorb 5s;
  -webkit-animation: bordearInteriorb 5s ;
  -o-animation: bordearInteriorb 5s;
  -ms-animation: bordearInteriorb 5s;
  -moz-animation: bordearInteriorb 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashedIE > svg > g > g > path.cls-2b{
  stroke:#055989;
  fill:#FFFFFF;
  stroke-width:4px;
  stroke-miterlimit:10;
  animation: aparecerConRetraso 5s;
  -webkit-animation: aparecerConRetraso 5s ;
  -o-animation: aparecerConRetraso 5s;
  -ms-animation: aparecerConRetraso 5s;
  -moz-animation: aparecerConRetraso 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashed > svg:hover > g > g > path.cls-2b{
  stroke:#FFFFFF;
  fill:#04A5DC;
  transition: all 1s ease;
}

.dashedIE > svg:hover > g > g > path.cls-2b{
  stroke:#FFFFFF;
  fill:#04A5DC;
  transition: all 1s ease;
}

.dashed > svg > g > g > g > path.cls-2{
  stroke:#055989;
  fill:#055989;
  stroke-dasharray: 1300;
  stroke-dashoffset: 0;
  animation: bordearInterior 5s;
  -webkit-animation: bordearInterior 5s ;
  -o-animation: bordearInterior 5s;
  -ms-animation: bordearInterior 5s;
  -moz-animation: bordearInterior 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashedIE > svg > g > g > g > path.cls-2{
  stroke:#055989;
  fill:#055989;
  animation: aparecerConRetraso 5s;
  -webkit-animation: aparecerConRetraso 5s ;
  -o-animation: aparecerConRetraso 5s;
  -ms-animation: aparecerConRetraso 5s;
  -moz-animation: aparecerConRetraso 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashed > svg:hover > g > g > g > path.cls-2{
  fill:#FFFFFF;
  transition: all 1s ease;
}

.dashedIE > svg:hover > g > g > g > path.cls-2{
  fill:#FFFFFF;
  transition: all 1s ease;
}

.dashed > #icono5 > g > g >.interior{
  stroke:#055989;
  fill:#FFFFFF;
  stroke-dasharray: 1300;
  stroke-dashoffset: 0;
  animation: bordearInterior-2 5s;
  -webkit-animation: bordearInterior-2 5s ;
  -o-animation: bordearInterior-2 5s;
  -ms-animation: bordearInterior-2 5s;
  -moz-animation: bordearInterior-2 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashedIE > #icono5 > g > g >.interior{
  fill:white;
  stroke:#055989;
  fill:#FFFFFF;
  animation: aparecerConRetraso 5s;
  -webkit-animation: aparecerConRetraso 5s ;
  -o-animation:aparecerConRetraso 5s;
  -ms-animation: aparecerConRetraso 5s;
  -moz-animation: aparecerConRetraso 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashed > #icono5:hover > g > g >.interior{
  fill:#04A5DC;
  stroke:#04A5DC;
  transition: all 1s ease;
}

.dashedIE > #icono5:hover > g > g >.interior{
  fill:#04A5DC;
  stroke:#04A5DC;
  transition: all 1s ease;
}

.dashed > #icono5 > g >  g > .interior-2{
  stroke:#055989;
  fill:#055989;
  stroke-dasharray: 1300;
  stroke-dashoffset: 0;
  animation: bordearInterior 5s;
  -webkit-animation: bordearInterior 5s ;
  -o-animation: bordearInterior 5s;
  -ms-animation: bordearInterior 5s;
  -moz-animation: bordearInterior 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashedIE > #icono5 > g >  g > .interior-2{
  stroke:#055989;
  fill:#055989;
  animation: aparecerConRetraso 5s;
  -webkit-animation: aparecerConRetraso 5s ;
  -o-animation: aparecerConRetraso 5s;
  -ms-animation: aparecerConRetraso 5s;
  -moz-animation: aparecerConRetraso 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashed > #icono5:hover > g > g >.interior-2{
  fill:#FFFFFF;
  stroke:#04A5DC;
  transition: all 1s ease;
}

.dashedIE > #icono5:hover > g > g >.interior-2{
  fill:#FFFFFF;
  stroke:#04A5DC;
  transition: all 1s ease;
}

.dashed > #icono5 > g >  g > .interior-3{
  stroke:#FFFFFF;
  fill:#055989;
  stroke-dasharray: 1300;
  stroke-dashoffset: 0;
  stroke-width:10px;
  animation: bordearInterior-3 5s;
  -webkit-animation: bordearInterior-3 5s ;
  -o-animation: bordearInterior-3 5s;
  -ms-animation: bordearInterior-3 5s;
  -moz-animation: bordearInterior-3 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashedIE > #icono5 > g >  g > .interior-3{
  stroke:#FFFFFF;
  fill:#055989;
  stroke-width:10px;
  animation: aparecerConRetraso 5s;
  -webkit-animation: aparecerConRetraso 5s ;
  -o-animation: aparecerConRetraso 5s;
  -ms-animation: aparecerConRetraso 5s;
  -moz-animation: aparecerConRetraso 5s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.dashed > #icono5:hover > g > g >.interior-3{
  stroke:#FFFFFF;
  fill:#04A5DC;
  transition: all 1s ease;
}

.dashedIE > #icono5:hover > g > g >.interior-3{
  stroke:#FFFFFF;
  fill:#04A5DC;
  transition: all 1s ease;
}

@keyframes aparecerConRetraso {
  from {
    opacity:0;
  }
  50%{
    opacity:0;
  }
  to {
    opacity:1;
  }
}

@keyframes bordearInterior {
  from {
    fill:#FFFFFF;
    stroke-dashoffset: 1300;
    stroke:#055989;
  }
  90%{
    fill:#FFFFFF;
  }
  to {
    stroke-dashoffset: 0;
    stroke:#055989;
    fill:#055989;
  }
}

@keyframes bordearInterior-3 {
  from {
    stroke-dashoffset: 1300;
    fill:#FFFFFF;
    stroke:#055989;
    stroke-width:3px;
  }
  90%{
    fill:#FFFFFF;
    stroke:#055989;
    stroke-width:3px;
  }
  to {
    stroke-dashoffset: 0;
    fill:#055989;
    stroke-width:10px;
  }
}

@keyframes bordearInterior-2 {
  from {
    fill:#FFFFFF;
    stroke-dashoffset: 1300;
    stroke:#055989;
  }
  to {
    stroke-dashoffset: 0;
    stroke:#055989;

  }
}

@keyframes bordearInteriorb {
  from {
    stroke-dashoffset: 1200;
    stroke:#055989;
  }
  to {
    stroke-dashoffset: 0;
    stroke:#055989;
  }
}


@keyframes bordear {
  from {
    stroke-dashoffset: 1200;
    stroke:#055989;
  }
  to {
    stroke-dashoffset: 0;
    stroke:#055989;
  }
}

#TeAyudamos{
  min-height: 100vh;
  padding-top:10vh;
  padding-bottom: 0vh;
  background-color: #ff9934;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

h1.titulo2{
    color: white;
    font-weight: bold;
}

p.texto{
  font-size:12px;
}

.lista{
  text-align: left;
  font-weight: bold;
}

#preguntas .titulo{
  font-family:Courgette-Regular;
  font-size: 36px;
  margin-bottom:10%;
}
#preguntas{
  text-align: center;
  font-family: Lato-Bold;
  background-color:white;

  font-size:18px;
  font-weight: bold;
  height: calc(50/0.2)vh;
  padding-bottom:10vh;


}
#preguntas .container{
  padding-left: 0;
  padding-right: 0;
}

@media(max-width:500px) {
  #preguntas .respuesta{
    font-size: 12px;
  }
}

#myCarousel2 carousel-inner{
  width: 70vw;
}


@media(max-width:991px) {
  #preguntas .container{
    padding-left: 0;
    padding-right: 0;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  #myCarousel2 {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

.pregunta img{
  height: 5vw;
  width: 5vw;
  margin-right: 5px;
  max-width: 40px;
  max-height: 40px;
}

.pregunta img:hover{
  cursor: pointer;
}

.right{
  position:absolute;
  top:0;
  right: 10px;
}

.right .flechaCarousel{
  width: 5vw;
  height: 5vw;
  max-width: 65px;
  max-height: 65px;
}

.left{
  position:absolute;
  top:0;
  left: 10px;
}

.left .flechaCarousel{
  width: 5vw;
  height: 5vw;
  max-width: 65px;
  max-height: 65px;
}

.pregunta{
  color:#F2983F;
}

.respuesta{
  color:#A9A8AB;
  width: 80%;
  margin-left: 10%;
}

h1.titulo3{
    text-align: center;
    margin-bottom: 40px;
    margin-top:40px;
    font-size:50px;
    font-family:Courgette-Regular;
    color:#5B5B5F;

}

#contacto{
  width: 100%;
  text-transform: uppercase;
  background-color: #D9D7D7;

  background-image: url("../images/naranja/Recurso 7.png");
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-position: right bottom;
  background-size: 30%;
  font-size:20px;
  font-weight: bold;
}



.inputcorreo{
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  width: 100%;
  min-width: 240px;
  font-size: 12px;
}
.inputcorreo:focus{
  outline: none;
}

.textoContacto1{
  color: #00578B;
  font-size: 15px;
  font-weight: bold;
}
.textoContacto2{
  color: #00578B;
  font-size: 12px;
}

.terminosYCondiciones{
  font-size: 8px;
}

.label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;

}
.label-cbx input:checked + .checkbox {
  border-color: #20C2E0;
}
.label-cbx input:checked + .checkbox svg path {
  fill: #20C2E0;
}
.label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}
.label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}
.label-cbx .checkbox {
  position: relative;
  top: 13px;
  float: left;
  margin-right: 4px;
  width: 15px;
  height: 15px;
  border: 2px solid #C8CCD4;
  border-radius: 3px;
}
.label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}
.label-cbx .checkbox svg path {
  fill: none;
  stroke: #20C2E0;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}
.label-cbx > span {
  pointer-events: none;
  vertical-align: middle;
}

.cntr {
  position: absolute;
  top: 45%;
  left: -10px;
  width: 100%;
  text-align: center;
}

.invisible {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
}

#footer{
  margin-top:50px;
  background-color:#BBD5DE;
}

.politicas{
  font-size:12px;
  margin-top:15px;
}

.btn-contacto{
  color:white;
  text-transform: uppercase;
  background-color: #00578B;
  border:none;
  margin-top:0px;
  margin-left:0px;
  width:90px;
  height: 22px;
  border-radius: 6px;
}

@media(max-width:767px) {
  .btn-contacto{
    margin-left:-15px;
    margin-top:5px;
  }
}

body {
    padding-top: 0px;
    position: relative;
}

pre {
    tab-size: 8;
}

.navbar {
   background-color: transparent;
   background: transparent;
   border-color: transparent;
}

.navbar li { color: #000 }

.main{
  position:absolute;
  top:0 ;
}


@media screen and (max-width: 768px) {
    .side-collapse-container{
        width:100%;
        position:relative;
        left:0;
        transition:left .4s;
    }
    .side-collapse-container.out{
        /*left:200px;
        width: calc(100% - 200px);*/
    }
    .side-collapse {
        top:76px;
        bottom:0;
        left:0;
        width:200px;
        position:fixed;
        overflow:hidden;
        transition:width .4s;
        background:white;
        height: 100vh;
    }
    #nav-main{
      height: 100vh;
      background: white;
    }
    .side-collapse.in {
        width:0;
        padding:0;
    }
}



#contacto{
  font-family:Lato-Bold;
  text-transform:none;
  font-size: 35px;
  -moz-transition: .7s all;
  -webkit-transition: .7s all;
  -o-transition: .7s all;
}
.correo{
  font-family:Lato-Regular;
  font-weight: normal;
}

.zonaContacto{
  text-align: center;
  color:white;
  padding-bottom:0vh;
  padding-top:5vh;
}

.iconosRedes{
  height: 40px;
  -moz-transition: .7s all;
  -webkit-transition: .7s all;
  -o-transition: .7s all;
}

.subscribete{
  color:#F29A40;
  font-size:45px;
  -moz-transition: .7s all;
  -webkit-transition: .7s all;
  -o-transition: .7s all;
}

.subscribete-extra{
  font-size:16px;
  font-weight: normal;
  margin-top:-5px;
  margin-bottom:20px;
}

#contacto input{
  color:Black;
  font-size: 16px;
}
#contacto button{
  font-size: 16px;
  font-family: Lato-Regular;
  background: #DB8233;
  border:none;
  color:black;
  font-weight: lighter;
  outline:none;
}
#contacto .acepto{
  font-size:15px;
  font-family:Lato-Regular;
  font-weight: normal;
  margin-left:-30px;
}
#contacto input[type="checkbox"]{
 outline: none;
 margin-top:3px;
 margin-right: 6px;
}

@media(max-width:500px){
  #contacto{
    font-family:Lato-Bold;

    text-transform:none;
    font-size: 20px;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;

  }
  .iconosRedes{
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
    height: 40px;
  }
  .subscribete{
    color:#F29A40;
    font-size:30px;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
  }
}

.footer{
  font-size:15px;
  font-family:Lato-Regular;
  font-weight: normal;
  position:relative;
  bottom:5px;
  text-align: left;
  margin-top:20px;
}
.footer a{
  margin-right: 50px;
  color:white;
}
.footer a:hover{
  text-decoration: none;
}

@media(max-width:500px){
  .footer{
    font-size:12px;
    font-family:Lato-Regular;
    font-weight: normal;
    position:relative;
    bottom:5px;
  }
}


.nubemasinte img{
  width: 100%;
  height: 100%;
  margin-left:-10000px;
}

.nubemasinteAnimada img{
  width: 100%;
  height: 100%;
  animation: animarNube 3s ease-out 1;
  -webkit-animation: animarNube 3s ease-out 1;
  -moz-animation: animarNube 3s ease-out 1;
  -o-animation: animarNube 3s ease-out 1;
  -ms-animation: animarNube 3s ease-out 1;
}

@keyframes animarNube {
  from { opacity: 0; margin-left:-1000px;}
  40% { opacity: 0.5;}
  to { opacity: 1; margin-left:0px;}
}

.preguntitas {
  opacity:0;
  text-transform: none;
  font-size:16px;
  /*font-family: TypewriterPress;*/
	font-family:Love Ya Like A Sister;

}

.preguntitas-visible{
  text-transform: none;
  font-size:1.3vw;
/*  font-family: TypewriterPress;*/
	font-family:Love Ya Like A Sister;
  opacity:1;
}

.preguntitas-visible p{
  opacity:0;
}

.visible{
  opacity:0;
  animation: aparecer 3s ease-out 1;
  -webkit-animation: aparecer 3s ease-out 1;
  -moz-animation: aparecer 3s ease-out 1;
  -o-animation: aparecer 3s ease-out 1;
  -ms-animation: aparecer 3s ease-out 1;
  animation-fill-mode:forwards;
  animation-iteration-count: 1;
}

@media(max-width:768px){

  .preguntitas-visible p:first-child {
    margin-top:5vw;
  }
	.preguntitas-visible p {
    font-size: 2.7vw;
		margin-top:3vw;
  }
}

#teAcompanamosHorizontal{
  display:auto;
  height:35.7vw;
  margin-bottom: 5vh;
}


#teAcompanamosVertical{
  display:none;

}

@media(max-width:768px){
  #teAcompanamosHorizontal{
    display:none;
  }
  #teAcompanamosVertical{
    display:block;
  }
}

.teAcompanamosVertical{
  background:white !important;
  padding-bottom:20px;
  padding-left:20px;
}
.teAcompanamosVertical-hidden{
  background:white !important;
}

.teAcompanamos-hidden{
  background: white;
  width: 100%;
  padding:0vw;
}

.teAcompanamos-hidden svg .cls-1{
  stroke:#FFFFFF;

}

.teAcompanamos{
  background: white;
  width: 100%;
  padding:3vw;
  height:33.7vw;
}

@media(max-width:955px){
  .teAcompanamos{
    height:37.7vw;
  }
}

@media(max-width:800px){
  .teAcompanamos{
    height:39.7vw;
  }
}

.teAcompanamosIE{
  background: white;
  width: 100%;
  padding:3vw;
  height:33.7vw;
}

@media(max-width:955px){
  .teAcompanamosIE{
    height:37.7vw;
  }
}

@media(max-width:800px){
  .teAcompanamosIE{
    height:39.7vw;
  }
}

.teAcompanamos svg .cls-1{
  stroke:#f2983f;
  stroke-dasharray: 3900;
  stroke-dashoffset: 3900;
  -webkit-animation: teAcompanamos 4s ;
  -o-animation: teAcompanamos 4s;
  -ms-animation: teAcompanamos 4s;
  -moz-animation: teAcompanamos 4s;
  animation: teAcompanamos 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.teAcompanamosIE svg .cls-1{
  stroke:#f2983f;
  -webkit-animation: aparecer 4s ;
  -o-animation: aparecer 4s;
  -ms-animation: aparecer 4s;
  -moz-animation: aparecer 4s;
  animation: aparecer 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

  @keyframes teAcompanamos {
    from {
      stroke-dashoffset: 3900;
    }
    to {
      stroke-dashoffset: 0;
    }
  }

  @-webkit-keyframes teAcompanamos {
    from {
      stroke-dashoffset: 3900;
    }
    to {
      stroke-dashoffset: 0;
    }
  }

.teAcompanamosTitulo-hidden{
  position:relative;
  left:-100%;
  color:#f2983f;
  opacity:0;
  font-family:Lato-Bold;
  font-size:3vw;
}

.teAcompanamosTitulo{
  color:#f2983f;
  opacity:0;
  font-family:Lato-Bold;
  font-size:2.9vw;
  position:relative;
  top:6vw;
  left:-21.5%;
  animation: titulo 4s;
  -webkit-animation: titulo 4s ;
  -o-animation: titulo 4s;
  -ms-animation: titulo 4s;
  -moz-animation: titulo 4s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.teAcompanamosTituloVertical-hidden{
  opacity:0;
}
.teAcompanamosTituloVertical{
  opacity:1;
}

@keyframes titulo {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

@-webkit-keyframes titulo {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

.teAcompanamosTexto{
  opacity:0;
  color:black;
  font-family:Lato-Regular;
  position:relative;
  top:-28vw;
  width: 60%;
  left:37.4vw;
  height: 24vw;
  overflow: scroll;
  font-size:1.7vw;
  text-transform: none;
  animation: titulo 2s;
  -webkit-animation: titulo 2s ;
  -o-animation: titulo 2s;
  -ms-animation: titulo 2s;
  -moz-animation: titulo 2s;
  animation-delay: 0s;/*4*/
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@media(max-width:940px) {
  .teAcompanamosTexto{
    top:-40vh;
    left: 350px;
  }
}

.teAcompanamosTexto br {
       line-height: 3.5vw;
}


.teAcompanamosTexto-hidden{
  opacity:0;
  font-size:1.7vw;
}


.teAcompanamosTexto::-webkit-scrollbar{
  display:none;
}

.teAcompanamosTexto{
  -ms-overflow-style: none;
}

.teAcompanamosTexto{
  overflow: -moz-scrollbars-none;
}

.mano-hidden img{
  opacity:0;
  width:0%;
  height: 0;
}

.mano{
  position:relative;
  width: 100%;
  left: -3vw;
  top:-41.5vw;
  text-align: left;
}

.mano img{
  opacity:0;
  width:40%;
  height: 44vw;
  animation: titulo 2s;
  -webkit-animation: titulo 4s ;
  -o-animation: titulo 2s;
  -ms-animation: titulo 2s;
  -moz-animation: titulo 2s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

#acciones{
  margin-left:2vw;
  margin-right: 3vw;
  margin-top: 3vw;
  min-height: 75vw;
}

#acciones image{
  opacity:0;
}

#acciones image.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

#acciones image.efecto2{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}


#acciones image.efecto3{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

#linea1 line{
  stroke-dasharray: 1450;
  stroke-dashoffset:1450;
}

#linea1 line.efecto{
  stroke-dashoffset:0;
  animation: linea1 1s;
  -webkit-animation: linea1 1s ;
  -o-animation: linea1 1s;
  -ms-animation: linea1 1s;
  -moz-animation: linea1 1s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

#linea1 line.efectoIE{
  stroke-dasharray: 0;
  stroke-dashoffset:0;
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

@keyframes linea1 {
  from {
    stroke-dashoffset: 1450;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes linea1 {
  from {
    stroke-dashoffset: 1450;
  }

  to {
    stroke-dashoffset: 0;
  }
}

#circulo1{
  opacity: 0;
}

#circulo1.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.texto1{
  opacity:0;
}

.texto1.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.subrayado1{
  opacity:0;
}

.subrayado1.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
#linea2{
  opacity:0;
}

#linea2.efecto{
  stroke-dasharray:700;
  opacity:1;
  stroke-dashoffset:0;
  animation: linea2 1s;
  -webkit-animation: linea2 1s ;
  -o-animation: linea2 1s;
  -ms-animation: linea2 1s;
  -moz-animation: linea2 1s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

#linea2.efectoIE{
  opacity:1;
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

@keyframes linea2 {
  from {
    stroke-dashoffset: 700;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes linea2 {
  from {
    stroke-dashoffset: 700;
  }
  to {
    stroke-dashoffset: 0;
  }
}

#circulo2{
  opacity: 0;
}

#circulo2.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.texto2{
  opacity:0;
}

.texto2.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

#linea3{
  stroke-dasharray: 550;
  stroke-dashoffset:550;
}

#linea3.efecto{
  stroke-dashoffset:0;
  animation: linea3 2s;
  -webkit-animation: linea3 2s ;
  -o-animation: linea3 2s;
  -ms-animation: linea3 2s;
  -moz-animation: linea3 2s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

#linea3.efectoIE{
  stroke-dashoffset:0;
  stroke-dasharray:0;
  opacity:0;
  animation: aparecer 2s;
  -webkit-animation: aparecer 2s ;
  -o-animation: aparecer 2s;
  -ms-animation: aparecer 2s;
  -moz-animation: aparecer 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@keyframes linea3 {
  from {
    stroke-dashoffset: 550;
  }
  50%{
    stroke-dashoffset: 550;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes linea3 {
  from {
    stroke-dashoffset: 550;
  }
  50%{
    stroke-dashoffset: 550;
  }
  to {
    stroke-dashoffset: 0;
  }
}


#circulo3{
  opacity: 0;
}

#circulo3.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.texto3{
  opacity:0;
}

.texto3.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.subrayado2{
  opacity:0;
}

.subrayado2.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

#linea4{
  opacity:0;
}

#linea4.efecto{
  stroke-dasharray: 550;
  opacity:1;
  stroke-dashoffset:0;
  animation: linea4 1s;
  -webkit-animation: linea4 1s ;
  -o-animation: linea4 1s;
  -ms-animation: linea4 1s;
  -moz-animation: linea4 1s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

#linea4.efectoIE{
  opacity:1;
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

@keyframes linea4 {
  from {
    stroke-dashoffset: 550;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes linea4 {
  from {
    stroke-dashoffset: 550;
  }

  to {
    stroke-dashoffset: 0;
  }
}

#circulo4{
  opacity: 0;
}

#circulo4.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.texto4{
  opacity: 0;
}

.texto4.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

#linea5{
  opacity:0;
}

#linea5.efecto{
  opacity:1;
  stroke-dashoffset:0;
  stroke-dasharray: 650;
  animation: linea5 2s;
  -webkit-animation: linea5 2s ;
  -o-animation: linea5 2s;
  -ms-animation: linea5 2s;
  -moz-animation: linea5 2s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}
#linea5.efectoIE{
  animation: aparecer 2s;
  -webkit-animation: aparecer 2s ;
  -o-animation: aparecer 2s;
  -ms-animation: aparecer 2s;
  -moz-animation: aparecer 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@keyframes linea5 {
  from {
    stroke-dashoffset: 650;
  }
  50%{
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes  linea5 {
  from {
    stroke-dashoffset: 650;
  }
  50%{
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

#circulo5{
  opacity: 0;
}

#circulo5.efecto{

  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.texto5{
  opacity: 0;
}

.texto5.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.subrayado3{
  opacity:0;
}

.subrayado3.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}



#linea6{
  opacity:0;
}

#linea6.efecto{
  opacity:1;
  stroke-dashoffset:0;
  stroke-dasharray: 650;
  animation: linea6 1s;
  -webkit-animation: linea6 1s ;
  -o-animation: linea6 1s;
  -ms-animation: linea6 1s;
  -moz-animation: linea6 1s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}
#linea6.efectoIE{
  opacity:1;
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

@keyframes linea6 {
  from {
    stroke-dashoffset: 650;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes  linea6 {
  from {
    stroke-dashoffset: 650;
  }

  to {
    stroke-dashoffset: 0;
  }
}

#circulo6{
  opacity: 0;
}

#circulo6.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.texto6{
  opacity: 0;
}

.texto6.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

#linea7{
  opacity:0;
}

#linea7.efecto{
  opacity:1;
  stroke-dasharray: 650;
  stroke-dashoffset:0;
  animation: linea7 2s;
  -webkit-animation: linea7 2s ;
  -o-animation: linea7 2s;
  -ms-animation: linea7 2s;
  -moz-animation: linea7 2s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

#linea7.efectoIE{
  opacity:0;
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@keyframes linea7 {
  from {
    stroke-dashoffset: 650;
  }
  50%{
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes  linea7 {
  from {
    stroke-dashoffset: 650;
  }
  50%{
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

#circulo7{
  opacity: 0;
}

#circulo7.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.texto7{
  opacity: 0;
}

.texto7.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.subrayado4{
  opacity:0;
}

.subrayado4.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

#linea8{
  opacity:0;
}

#linea8.efecto{
  opacity:1;
  stroke-dasharray: 650;
  stroke-dashoffset:0;
  animation: linea8 1s;
  -webkit-animation: linea8 1s ;
  -o-animation: linea8 1s;
  -ms-animation: linea8 1s;
  -moz-animation: linea8 1s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

#linea8.efectoIE{
  opacity:1;
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

@keyframes linea8 {
  from {
    stroke-dashoffset: 650;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes  linea8 {
  from {
    stroke-dashoffset: 650;
  }

  to {
    stroke-dashoffset: 0;
  }
}

#circulo8{
  opacity: 0;
}

#circulo8.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.texto8{
  opacity: 0;
}

.texto8.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

#linea9{
  opacity:0;
}

#linea9.efecto{
  opacity:1;
  stroke-dashoffset:0;
  stroke-dasharray: 650;
  animation: linea9 2s;
  -webkit-animation: linea9 2s ;
  -o-animation: linea9 2s;
  -ms-animation: linea9 2s;
  -moz-animation: linea9 2s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

#linea9.efectoIE{
  opacity:0;
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@keyframes linea9 {
  from {
    stroke-dashoffset: 650;
  }
  50%{
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes linea9 {
  from {
    stroke-dashoffset: 650;
  }
  50%{
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

#circulo9{
  opacity: 0;
}

#circulo9.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.texto9{
  opacity: 0;
}

.texto9.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.subrayado5{
  opacity:0;
}

.subrayado5.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

#linea10{
  opacity:0;
}

#linea10.efecto{
  opacity:1;
  stroke-dasharray: 650;
  stroke-dashoffset:0;
  animation: linea10 3s;
  -webkit-animation: linea10 3s ;
  -o-animation: linea10 3s;
  -ms-animation: linea10 3s;
  -moz-animation: linea10 3s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

#linea10.efectoIE{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@keyframes linea10 {
  from {
    stroke-dashoffset: 650;
  }
  66%{
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes linea10 {
  from {
    stroke-dashoffset: 650;
  }
  66%{
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

#circulo10{
  opacity: 0;
}

#circulo10.efecto{
  animation: aparecer 1s;
  -webkit-animation: aparecer 1s ;
  -o-animation: aparecer 1s;
  -ms-animation: aparecer 1s;
  -moz-animation: aparecer 1s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.oculta{
  background:white;
  height:15vh;
  position:relative;
  top:-13vh;
  margin-bottom:-15vh;
}

@media(max-width:1180px) {
  .oculta{
    background:white;
    height:11vh;
    position:relative;
    top:-10vh;
    margin-bottom:-10vh;
  }
}

@media(max-width:940px) {
  .oculta{
    background:white;
    height:9vh;
    position:relative;
    top:-10vh;
    margin-bottom:-10vh;
  }
}

@media(max-width:767px) {
  .oculta{
    background:white;
    height:10vh;
    position:relative;
    top:-7vh;
    margin-bottom:-7vh;
  }
}

@media(max-width:623px) {
  .oculta{
    background:white;
    height:10vh;
    position:relative;
    top:-5vh;
    margin-bottom:-5vh;
  }
}

@media(max-width:410px) {
  .oculta{
    background:white;
    height:10vh;
    position:relative;
    top:-4vh;
    margin-bottom:-4vh;
  }
}

.imgNaranja{
  -o-clip-path: circle(45% at center);
  -ms-clip-path: circle(45% at center);
  -moz-clip-path: circle(45% at center);
  clip-path: circle(45% at center);
}
.imgNaranja2{
  -o-clip-path: circle(36% at center);
  -ms-clip-path: circle(36% at center);
  -moz-clip-path: circle(36% at center);
  clip-path: circle(36% at center);
}
.imgNaranja3{
  -o-clip-path: circle(19.5% at center);
  -ms-clip-path: circle(19.5% at center);
  -moz-clip-path: circle(19.5% at center);
  clip-path: circle(19.5% at center);
}
.imgNaranja4{
  -o-clip-path: circle(31% at center);
  -ms-clip-path: circle(31% at center);
  -moz-clip-path: circle(31% at center);
  clip-path: circle(31% at center);
}

#img6{
  border-radius:20px;
}

iframe{
	width: 560px;
	height: 315px;
}

@media(max-width:767px) {
	iframe{
		width: 100%;
		height: 315px;
	}
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                            CONTACTO
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.imagenContacto{
  width: 100vw;
  height: 45vw;
  min-height: 140px;
  background:#E7E6E6;
}

.telefono{
  width: 100%;
  height: 45vw;
  min-height: 140px;
  margin-top:80px;
}

#logoContacto{
  position:absolute;
  top:10vh;
  left:40vw;
  width: 60vw;
}

.logoContacto{
  position:relative;
  width: 34vw;
  height: 17vw;
}

.textoImgLogo{
  position:relative;
  left: -15vw;
  top:-4vw;
  text-align: center;
  font-size:2vw;
  font-family: Lato-Regular;
}

.textoImgLogo h1{
  font-family: Lato-Regular;
  font-size: 2.7vw;
}


@media(max-width:615px) {
  .textoImgLogo h1{
    font-size: 20px;
    margin-bottom:0px;
    margin-top:0px;
    top:-5vw;
  }

  .textoImgLogo{
    line-height: 1.1;
    font-size:12px;
  }
}

.senas{
  margin-top:80px;
  margin-left: 5vw;
  width: 90vw;
}

@media(max-width:500px) {
  .senas{
    margin-left:0px;
  }
}


.senas h1{
  font-family: Courgette-Regular;
  text-align: center;
}

.formulario{
  color:#F2983F;
  font-family: Lato-Bold;
  text-align: center;
  font-size: 2vw;
}

.inputText{
  outline: none;
  border:none;
  border-bottom:1px solid black;
  width: 250px;
  margin-bottom:30px;
  padding-left: 30px;
  color:black;
  font-family: Lato-Regular;
  font-weight: lighter;
}

#nombre{
  width: 285px;
  padding-left: 70px;
}

#correo{
  width:290px;
  padding-left: 70px;
}

#sugerencia{
  color:black;
  font-family: Lato-Regular;
  font-weight: lighter;
}

@media(max-width:895px) {
  .formulario{
    text-align: left;
    margin-left: 10%;
  }
  .formulario .row{
    width: 80%;
  }
  .inputText{
    width: 100%;
  }
  #nombre{
    width: 100%;
  }
  #correo{
    width: 100%;
  }
}

.textarea1{
  position:relative;
  top:-14vw;
  width: 78%;
  height: 12vw;
  outline: none;
  border:none;
  resize: none;
}

.TA{
  width: 80%;
  height: 17vw;
}

.btnDiv{
  margin-top:-10vw;
  margin-left: 10%;
  width: 80%;
}

.btnDiv button{
  -moz-transition: .7s all;
  -webkit-transition: .7s all;
  -o-transition: .7s all;
}
.btnDiv button:hover{
  background:#F2983F;
  color:white;
  -moz-transition: .7s all;
  -webkit-transition: .7s all;
  -o-transition: .7s all;
}

.btn-enviar1{
 font-family: Lato-Regular;
 color:#F2983F;
 font-size: 2.0vw;
 background: white;
 border:2px solid black;
 outline:none;
 width: 10vw;
 height: 3.3vw;
 min-height: 25px;
 min-width: 75px;
 float:right;
}

.btn-enviar2{
 font-family: Lato-Regular;
 color:#F2983F;
 font-size: 2.0vw;
 background: white;
 border:2px solid black;
 outline:none;
 width: 10vw;
 height: 3.3vw;
 min-height: 25px;
 min-width: 75px;
 margin-top:5vw;
}

.acepto{
  font-size:2vw;
}

@media(max-width:895px) {
  .btn-enviar1{
    font-size:16px;
    margin-bottom: 10px;
  }
  .btn-enviar2{
    font-size:16px;
  }
  .btnDiv{
    margin-top:-10vw;
    margin-left: 0px;
    width: 100%;
  }

}

@media(max-width:600px) {
  .acepto{
    font-size:12px;
  }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: Lato-Regular;
  opacity: 0.5 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: Lato-Regular;
  opacity: 0.5 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: Lato-Regular;
  opacity: 0.5 !important;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: Lato-Regular;
  opacity: 0.5 !important;
}

@media(max-width:895px) {
  .textarea1{
    position:relative;
    top:-13vw;
    left:1vw;
    width: 95%;
    height: 9vw;
  }
  .TA{
    width: 100%;
  }
}
.contactoNaranja{
  position:relative;
  width: 100vw;
  margin-top:0vw;

}

#contactoHorizontal{
  display:auto;
  min-height: 50vw;
}

#contactoVertical{
  display:none;
  min-height:  120vw;
}

@media(max-width:768px){
  #contactoHorizontal{
    display:none;
  }
  #contactoVertical{
    display:block;
  }
  .contactoNaranja{
    position:relative;
    width: 100vw;
    margin-top:0vw;
  }
}

.tituloContactoHorizontal{
  opacity:0;
}

.contactoNaranja-efecto .tituloContactoHorizontal{
  animation: aparecer 5s;
  -webkit-animation: aparecer 5s ;
  -o-animation: aparecer 5s;
  -ms-animation: aparecer 5s;
  -moz-animation: aparecer 5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.contactoNaranja-efecto .tituloContactoHorizontal2{
  opacity:0;
  animation: aparecer 5s;
  -webkit-animation: aparecer 5s ;
  -o-animation: aparecer 5s;
  -ms-animation: aparecer 5s;
  -moz-animation: aparecer 5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.contactoNaranja-efecto .tituloContactoHorizontal3{
  opacity:0;
  animation: aparecer 5s;
  -webkit-animation: aparecer 5s ;
  -o-animation: aparecer 5s;
  -ms-animation: aparecer 5s;
  -moz-animation: aparecer 5s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.polyContactoHorizontal{
  opacity:0;
}
.polyContactoHorizontal2{
  opacity:0;
}

.contactoNaranja-efecto .polyContactoHorizontal{
  animation: aparecer 5s;
  -webkit-animation: aparecer 5s ;
  -o-animation: aparecer 5s;
  -ms-animation: aparecer 5s;
  -moz-animation: aparecer 5s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.contactoNaranja-efecto .polyContactoHorizontal2{
  animation: aparecer 5s;
  -webkit-animation: aparecer 5s ;
  -o-animation: aparecer 5s;
  -ms-animation: aparecer 5s;
  -moz-animation: aparecer 5s;
  animation-delay: 5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.textoContactoHorizontal{
  opacity:0;
}
.textoContactoHorizontal2{
  opacity:0;
}

.contactoNaranja-efecto .textoContactoHorizontal{
  animation: aparecer 5s;
  -webkit-animation: aparecer 5s ;
  -o-animation: aparecer 5s;
  -ms-animation: aparecer 5s;
  -moz-animation: aparecer 5s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.contactoNaranja-efecto .textoContactoHorizontal2{
  animation: aparecer 5s;
  -webkit-animation: aparecer 5s ;
  -o-animation: aparecer 5s;
  -ms-animation: aparecer 5s;
  -moz-animation: aparecer 5s;
  animation-delay: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.encuesta{
  margin-top:0vw;
  margin-bottom:5vh;
}

.encuesta h1{
  font-size:2.2vw;
  font-family: Lato-Bold;
  margin-left: 10vw;
  color:#585857;
}

@media(max-width:767px) {
  .encuesta h1{
    font-size:15px;
    font-family: Lato-Bold;
    margin-left: 10vw;
    color:#585857;
  }
}

.preguntaEncuesta{
  font-family: Lato-Regular;
  text-align: left;
  color:#F2983F;
  font-weight: bold;
  margin-top: 10px;
}

.respuestaEncuesta{
  display: none;
  font-family: Lato-Regular;
  text-align: left;
  padding-left: 10vw;
  color:black;
}

input[type='radio'] {
    transform: scale(1.5);
}

@media(max-width:767px) {
  input[type='radio'] {
      transform: scale(1.2);
  }
  .preguntaEncuesta{
    font-size:14px;
  }
  .respuestaEncuesta{
    font-size:14px;
  }
}

@media(max-width:500px) {
  input[type='radio'] {
      transform: scale(1);
  }
}

.respuestaEncuesta .inputText{
  margin-bottom:5px;
}

.preguntaEncuesta img{
  width: 25px;
  height: 25px;
  position:absolute;
  left:-15px;


}


.bodyContacto .container{
  margin-left:0;
  margin-right: 0;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                            QueEsBisin
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.cabeceraQueEsBisin{
  width: 100%;
  padding:0;
  margin:0;
  padding-top:50px;
  height:50vw;
  margin-top:35px;
  -webkit-box-shadow: inset -3px -2px 300px -2px rgba(0,0,0,0.23);
  -moz-box-shadow: inset -3px -2px 300px -2px rgba(0,0,0,0.23);
  box-shadow: inset -3px -2px 300px -2px rgba(0,0,0,0.23);
}

.cabeceraQueEsBisin img{
  margin:0;
  margin-top:30px;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  height: 90%;
}

@media(max-width:767px) {
  .cabeceraQueEsBisin{
    padding-top:50px;
    margin-top:0px;
    max-height: 60vw;
  }

	.cabeceraQueEsBisin img{
	  margin-top:5%;
		height: 80%;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
}

.queHacemos{
  height: 50vw;
  width: 100%;
}

.queHacemosTitulo{
  width: 100%;
  background: rgba(166, 83, 29, 0.6);
  font-size:5vw;
  height: 7vw;
  text-align: center;
  font-family: Courgette-Regular;
  color:white;
  position:relative;
  z-index: 200;
}

.queHacemosTexto{
  font-size:1.30vw;
  width: 30%;
  margin-left: 68%;
  top:2vw;
  text-align: justify;
  font-family:Lato-Regular;
  color:white;
  position:relative;
  z-index: 200;
}

@media(max-width:900px) {
  .queHacemosTexto{
    margin-left: 5%;
    width: 90%;
    font-size: 2.9vw;
  }
	.queHacemos{
	  height: 80vw;
	  width: 100%;
	}
}

.cuerpo{
  margin-left: 2%;
  margin-right: 2%;
  text-align: justify;
}

.iconosQEB1{
  padding-top:5%;
  min-height: 30vw;
}

.iconoQEB1div{
  width: 25%;
  float:left;
}

.iconoQEB1div svg{
  width: 50%;
  margin-left: 25%;
}

.tituloIconoQEB{
  text-align: center;
  color:#05A4DE;
  font-family: Lato-Bold;
  font-size:1.7vw;
}

.textoIconoQEB{
  text-align: center;
  color:grey;
  font-family: Lato-Bold;
  font-size:1.35vw;
}

@media(max-width:800px) {
  .iconosQEB1{
    min-height: 75vw;
  }

  .iconoQEB1div{
    width: 50%;
  }

  .tituloIconoQEB{
    font-size:2vw;
  }

  .textoIconoQEB{
    text-align: center;
    color:grey;
    font-family: Lato-Bold;
    font-size:1.7vw;
  }
}

@media(max-width:500px) {

  .iconoQEB1div{
    width: 100%;
  }

  .tituloIconoQEB{
    font-size:16px;
  }

  .textoIconoQEB{
    text-align: center;
    color:grey;
    font-family: Lato-Bold;
    font-size:13px;
  }
}

.IDNTitulo{
  width: 100%;
  background: #5C5B5F;
  color: white;
  text-align: center;
  font-family: Lato-Bold;
  font-size: 3vw;
  height: 10vw;
  padding-top: 3vw;
  margin-bottom: 5vw;
  float: left;
}

.IDNcajas{
  position:relative; top:-7vw;
  text-align: center;
  font-size: 2.2vw;
  color:white;
  font-family: Lato-Regular;
}

.Lineabifurcada1{
  width:30%;
  margin-bottom: -1vw;
}

.Lineabifurcada2{
  width:30%;
  position:relative;
  left:-2vw;
  margin-bottom: -1vw;
}

.cajaGrisQEB1{
  background-color:#5C5B5F;
  background-image: url('../images/QueEsBisin/manOk.svg');
  background-repeat: no-repeat;
  background-position: 99% 90%;
  background-size: 30%;
  width:40%;
  margin-left:5%;
  float:left;
  height: 37vw;
  text-align: justify;
  padding:2vw;
}

.cajaGrisQEB2{
  background-color:#5C5B5F;
  background-image: url('../images/QueEsBisin/personas.svg');
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-size: 35%;
  width:40%;
  margin-left:7.5%;
  float:left;
  height: 37vw;
  text-align: justify;
  padding:2vw;
}

.LineaVertical{
  width: 100%;
  display: none;
}

@media(max-width:500px) {
  .Lineabifurcada1{
    display: none;
  }

  .Lineabifurcada2{
    display: none;
  }

  .LineaVertical{
    width: 100%;
    display: block;
  }

  .cajaGrisQEB1{
    font-size:14px;
    background-position: 99% 90%;
    background-size: 20%;
    width:90%;
    margin-left:5%;
    float:none;
    height: auto;
    padding:2vw;
    min-height: 200px;
  }

  .cajaGrisQEB2{
    font-size:14px;
    background-position: 99% 90%;
    background-size: 20%;
    width:90%;
    margin-left:5%;
    float:none;
    height: auto;

    padding:2vw;
    padding-bottom: 20vw;
  }

}

.iconosQEB2{
  padding-top:5%;
  min-height: 20vw;
}

.iconoQEB2div{
  width: 19%;
  margin-left: 1%;
  float:left;
}

.iconoQEB2div svg{
	opacity:0;
  width:  30%;
	height: 120px;
  max-height: 120px;
  margin-left: 10%;
}

.iconoQEB2div .tituloIconoQEB{
  color:#D88741;
}

@media(max-width:800px) {
  .iconosQEB2{
    min-height: 55vw;
  }

  .iconoQEB2div{
    min-height: 20vw;
    width: 30%;
  }

  .iconoQEB2div.penultimo{
    width: 40%;
    margin-left: 10%;
  }
}

@media(max-width:500px) {

  .iconoQEB2div{
    margin-top:5vw;
    margin-bottom:5vw;
    width: 90%;
  }

  .iconoQEB2div.penultimo{
    margin-left: 1%;
    margin-top:5vw;
    margin-bottom:5vw;
    width: 90%;
  }
}


.tituloQEB{
  font-family: Lato-Bold;
  font-size:2.6vw;
  color:#555555;
  margin-bottom: 10px;
  margin-top:20px;
}

.tituloQEB:first-child{
  margin-top:5px;
}

.textoQEB{
  font-family: Lato-Regular;
  font-size: 2.2vw;
}

@media(max-width:500px) {
  .tituloQEB{
    font-family: Lato-Bold;
    font-size:16px;
  }

  .textoQEB{
    font-family: Lato-Regular;
    font-size: 12px;
  }
}



.cajaTextoQEB1{
  float:left;
  width: 37%;
  margin-right: 1%;
  font-size:2.1vw;
  margin-top:3vh;
}
.cajaTextoQEB2{
  float:right;
  width: 37%;
  margin-left: 1%;
  font-size:2.1vw;
  margin-top:3vh;
}

.redondaQEB{
width: 24%;
position:relative;
margin-top:3vh;
margin-bottom: -3vw;
}

@media(max-width:500px) {
  .cajaTextoQEB1{
    font-size:12px;
    width: 100%;
    margin-right: 0;
  }
  .cajaTextoQEB2{
    font-size:12px;
    width: 100%;
    margin-right: 0;
  }

  .redondaQEB{
  width: 33%;
  margin-left: 33%;
  }
}

.supervisar{
  padding-top:7vh;
  padding-bottom:7vh;
  padding-left: 4%;
  padding-right: 4%;
  font-size: 2.2vw;
  color:white;
  font-family: Lato-Regular;
  background:#D88741;
}
@media(max-width:500px) {
  .supervisar{
    padding-top:5vh;
    padding-bottom:5vh;
    font-size:12px;
  }
}

.supervisar ul li {
  position:relative;
  margin-bottom: 20px;
  opacity:0;
  transition: 2s opacity;
}

.supervisar ul li.mostrar {
  opacity:1;
  position:relative;
  margin-bottom: 20px;
}

.supervisar ul {
    list-style: none;
}

.supervisar ul li:before {
    /*
    The desired width gets defined in two places: The element width, and background size.
    The height only gets defined once, in background size.
    */
    opacity:0;
    position: absolute;
    display: block;
    content: '\2022'; /* bullet point, for screen readers */
    text-indent: -999999px; /* move the bullet point out of sight */
    left: -2em;
    width: 0em; /* desired width of the image */
    height:0em; /* unrelated to image height; this is so it gets snipped */
    background-repeat: no-repeat;
    background-image: url('../images/QueEsBisin/check.svg');
    background-size: 0em 0em;
    background-position: 0em 0.5em;
    transition: 2s opacity, 2s background-size;
}

.supervisar ul li.mostrar:before {
    /*
    The desired width gets defined in two places: The element width, and background size.
    The height only gets defined once, in background size.
    */
    opacity:1;
    position: absolute;
    display: block;
    content: '\2022'; /* bullet point, for screen readers */
    text-indent: -999999px; /* move the bullet point out of sight */
    left: -2em;
    width: 2em; /* desired width of the image */
    height:2em; /* unrelated to image height; this is so it gets snipped */
    background-repeat: no-repeat;
    background-image: url('../images/QueEsBisin/check.svg');
    background-size: 1.5em 1.5em;
    background-position: 0em 0.5em;
}



.engranajes{
  padding-top: 20px;
  padding-bottom: 10vw;
  background-image: url('../images/QueEsBisin/engranajes.svg');
  background-repeat: no-repeat;
  background-position: 99% 90%;
  background-size: 15%;
}

.tituloQEB2{
  font-family: Lato-Bold;
  font-size:2.6vw;
  color:#D88741;
  margin-bottom: 10px;
}

@media(max-width:500px) {
  .tituloQEB2{
    font-size:16px;
    text-align: left;
  }

}

.cajonQEB{
  border:1vw solid grey;
  width: 100%;
  height: 30vw;
  padding:2vw;
}

.cajaQEB{
  opacity:0;
  font-family: Lato-Regular;
  font-size:1.3vw;
  text-align: center;
  color:white;
  height: 32%;
  width: 16%;
  margin-left: 0.6%;
  padding-left:2%;
  padding-right: 2%;
  float:left;
  margin-bottom: 1vw;
}

.cajaQEB1{
  background: #D37C3A;
}

.cajaQEB2{
  background: #B77C66;
}

.cajaQEB3{
  background: #A69391;
}

@media(max-width:600px) {
  .cajonQEB{
    border:1vw solid grey;
    width: 100%;
    height: 100vw;
    padding:2vw;
  }

  .cajaQEB{
    font-family: Lato-Regular;
    font-size:2.7vw;
    text-align: center;
    color:white;
    height: 15.8%;
    width: 32%;
    margin-left: 1%;
    padding-left:2%;
    padding-right: 2%;
    float:left;
    margin-bottom: 1vw;
  }

  .cajaQEB1{
    background: #D37C3A;
  }

  .cajaQEB2{
    background: #B77C66;
  }

  .cajaQEB3{
    background: #A69391;
  }
}

#caja1{
  padding-top:2%;
}

#caja2{
  padding-top:2%;
}

#caja3{
  padding-top:2%;
}

#caja4{
  padding-top:3%;
}

#caja5{
  padding-top:2%;
}

#caja6{
  padding-top:1%;
}

#caja7{
  padding-top:2%;
}

#caja8{
  padding-top:3%;
}

#caja9{
  padding-top:2%;
}

#caja10{
  padding-top:3%;
}

#caja11{
  padding-top:0%;
}

#caja12{
  padding-top:1%;
}

#caja13{
  padding-top:2%;
}

#caja14{
  padding-top:1%;
}

#caja15{
  padding-top:2%;
}

#caja16{
  padding-top:3%;
}

#caja17{
  padding-top:2%;
}

#caja18{
  padding-top:3%;
}

.razon{
  width: 100%;
  background-color:transparent;
  height: 54vw;
}

.razon img{
  position:relative;
  width: 100%;
  height: 54vw;
  z-index:-10;
}

.razonTexto{
  background-color:rgba(204,120,0,0.6);
  margin-top:2vw;
  padding-top:2vw;
  padding-bottom: 2vw;
  padding-left:2vw;
	padding-right: 2vw;
  font-family: Lato-Regular;
  font-size:1.6vw;
  color:white;
  width: 50%;
  margin-left: 49%;
  position:absolute;
	text-align: justify;
}

@media(max-width:600px) {
  .razon{
    width: 100%;
    background-color:transparent  ;
    height: 94vw;
    overflow:hidden;
  }

  .razon img{
    position:relative;
    width: 200%;
    height: 98vw;
    z-index:-10;
    overflow:hidden;
  }

  .razonTexto{
    background-color:rgba(204,120,0,0.6);
    padding-top:2vw;
    padding-bottom: 2vw;
    padding-left:2vw;
    font-size:3vw;
    color:white;
    width: 98%;
    margin-left: 1%;
    position:absolute;
  }
}
/*##############################################################   PREGUNTAS    ######################################################################################*/
.cabeceraPreguntas{
	height: 100vh;
	width: 100%;
	max-height: 80vw;
}

.tituloPreguntas{
	font-size:4vw;
	position:relative;
	top:80vh;
	text-align: center;
	font-family:Love Ya Like A Sister;
	letter-spacing: 1vw;
	color:white;
}


@media(max-width:767px) {
	.tituloPreguntas{
		font-size:6.5vw;
		top:64vw;
	}
}

.tituloIconosPreguntas{
	text-align: center;
	width: 100%;
	font-family: Lato-Regular;
	color:#FF9933;
	font-weight: bold;
	font-size:2vw;
	margin-top:3vw;
}

section.iconosPreguntas{
	height: 45vw;
	width: 80%;
	margin-left: 10%;

}

.iconoPreguntas{
	width: 33.333333%;
	margin-top:5vw;
	height: 15vw;
	float:left;
}

.iconoPreguntas .titulo{
	text-align: center;
	width: 100%;
	color: #FF9933;
	font-family: Lato-Bold;
	font-size:2.2vw;
}


#icono1Preguntas{
	width: 20.6%;
	margin-left: 45.7%;
}
#icono2Preguntas{
	width: 44.5%;
	margin-left:26.5%;
}
#icono3Preguntas{
	width: 53.8%;
	margin-left: 23.5%;
}

#icono4Preguntas{
	width: 33.6%;
	margin-left: 33.2%;
}

#icono5Preguntas{
	width:46.5%;
	margin-left:26.75%;
}

#icono6Preguntas{
	width:49%;
	margin-left:25.5%;
}



@media(max-width:767px) {
	.tituloIconosPreguntas{
		font-size:5vw;
		margin-bottom: -15vw;
	}

	section.iconosPreguntas{
		height: 315vw;
		width: 80%;
		margin-left: 10%;
	}

	.iconoPreguntas{
		width: 80%;
		margin-top:15vw;
		margin-left: 10%;
		float:left;
		height: auto;
	}


	.iconoPreguntas .titulo{
		font-size:4vw;
	}


}


section.QEB{
	height: 65vw;
	background-image: url("../images/nubeConInterrogaciones.svg");
	background-repeat: no-repeat;
	background-size: 26%;
	background-position: 98% 98%;
}



.seccionPreguntas1{
	background: #FF9933;
}

.seccionPreguntas2{
	background: white;
}

.seccionPreguntas1 .texto{
	position:relative;
	width: 70%;
	left: 15%;
	font-family: Lato-Regular;
	padding-top:1vw;
	font-size:2vw;
}

.seccionPreguntas1 h1{
	color:black;
	margin-bottom: 1vw;
	margin-top:1vw;
	font-size: inherit;
	font-size: bold;
}

.seccionPreguntas1 p{
	margin-bottom: 1vw;
	color:white;
}

.seccionPreguntas1 p.respuesta{
	color:white;
	font-size:1.8vw;
	width: 100%;
  margin-left: 0%;
	font-style: italic;
	color:black;
}

.icono{
	position:absolute;
	width: 12%;
	left: 1.5%;
	margin-top:10%;
}

.seccionPreguntas2 p{
	color:black;
}

.seccionPreguntas2 p.respuesta{
	color:#87868a;
}

.seccionPreguntas2 h1{
	color:#FF9933;
}


@media(max-width:767px) {
	.seccionPreguntas1 .texto{
		font-size:4vw;
	}


	.seccionPreguntas1 p.respuesta{
		font-size: 3.5vw;
		margin-left: 4%;
	}

	.seccionPreguntas1 h1{
		margin-bottom: 5vw;
		margin-top:2vw;
	}


	section.QEB{
		height: 195vw;
		background-image: url("../images/nubeConInterrogaciones.svg");
		background-repeat: no-repeat;
		background-size: 50%;
		background-position: 98% 98%;
	}

}

section.funcionamiento{
	height: 58vw;
}

@media(max-width:767px) {
	section.funcionamiento{
		height: 180vw;
	}
}

section.implementacion{
	height: 45vw;
}

@media(max-width:767px) {
	section.implementacion{
		height: 145vw;
	}
}


section.relaciona{
	height:60vw;
}

@media(max-width:767px) {
	section.relaciona{
		height: 200vw;
	}
}

section.cuestiones{
	height:38vw;
}

@media(max-width:767px) {
	section.cuestiones{
		height: 120vw;
	}
}

.tituloMetodologia{
	width: 100%;
	background-color: #d9d7d7;
	text-align: center;
	color:#FF9933;
	font-family: Lato-Bold;
	padding: 1vw;
	height: 10vw;
}

.tituloMetodologia h1{
	float:left;
	margin-left: 2%;
	font-size:3vw;
	margin-top:2vw;
}

.iconoMetodologia{
	width: 8vw;
	float:left;
	margin-left: 33%;
}

@media(max-width:767px) {
	.tituloMetodologia{
		height: 18vw;
	}

	.tituloMetodologia h1{
		font-size:6vw;
		margin-top:5vw;
	}

	.iconoMetodologia{
		width: 16vw;
		margin-left: 15%;
	}
}

.contenidoMetodologia{
	padding: 4vw;
	font-family: Lato-Regular;
	text-align: justify;
	height: 9vw;
	opacity:0;
}

.cajaM1{
	height: 20vw;
	width: 30vw;
	border: 0.4vw solid #FF9933;
	position:relative;
	left: 3vw;

}

.cajaM1 img{
	position:relative;
	left: -8.3vw;
	top:3vw;
	height: 10vw;
	width: 14vw;
}

.cajaM1 .texto{
	position:relative;
	left: 17%;
	top:-48%;
	width: 80%;
}

.cajaM1 .texto h1{
	margin:0;
	margin-bottom:3%;
	font-size: 2.2vw;
	color:#FF9933;
}

.cajaM1 .texto p{
	font-size: 1.5vw;
	color:black;
}


.cajaM2{
	height: 25vw;
	width: 30vw;
	border: 0.4vw solid #CCCCCC;
	position:relative;
	left: 55vw;
	top:-9.5vw;
}

.cajaM2 img{
	position:relative;
	left: -7.7vw;
	top:3vw;
	height: 10vw;
	width: 14vw;
}

.cajaM2 .texto{
	position:relative;
	left: 17%;
	top:-39%;
	width: 80%;
}

.cajaM2 .texto h1{
	margin:0;
	margin-bottom:3%;
	font-size: 2.2vw;
	color:#FF9933;
}

.cajaM2 .texto p{
	font-size: 1.5vw;
	color:black;
}


.cajaM3{
	height: 28vw;
	width: 30vw;
	border: 0.4vw solid #CCCCCC;
	position:relative;
	left: 3vw;
	top: 20.5vw;
}

.cajaM3 img{
	position:relative;
	left: 21.6vw;
	top:3vw;
	height: 10vw;
	width: 16vw;
}

.cajaM3 .texto{
	position:relative;
	top:-33%;
	width: 100%;
	padding-left: 5%;
}

.cajaM3 .texto h1{
	margin:0;
	margin-bottom:3%;
	font-size: 1.7vw;
	color:#FF9933;
}

.cajaM3 .texto p{
	font-size: 1.5vw;
	color:black;
	width: 80%;
}


.cajaM4{
	height: 24vw;
	width: 30vw;
	border: 0.4vw solid #CCCCCC;
	position:relative;
	left: 55vw;
	top:15.5vw;
}

.cajaM4 img{
	position:relative;
	left: 22.2vw;
	top:3vw;
	height: 10vw;
	width: 15vw;
}

.cajaM4 .texto{
	position:relative;
	top:-40%;
	width: 100%;
	padding-left: 5%;
}

.cajaM4 .texto h1{
	margin:0;
	margin-bottom:3%;
	font-size: 2vw;
	color:#FF9933;
}

.cajaM4 .texto p{
	font-size: 1.5vw;
	color:black;
	width: 80%;
}

.lineasMetodologia{
	 width:40%;
	 position:relative;
	 left:20vw;
	 top:-24vw;
}

@media(max-width:767px) {
	.contenidoMetodologia{
		padding: 4vw;
		font-family: Lato-Regular;
		text-align: justify;
		height: 50vw;
	}

 .cajaM1{
	 height: 40vw;
  	width: 80vw;
		border-width: 1vw;
	 margin-left: 10%;
	 left: 0;
 }

 .cajaM1 img{
 	position:relative;
 	left: -16.3vw;
 	top:3vw;
 	height: 20vw;
 	width: 29vw;
 }

 .cajaM1 .texto{
 	position:relative;
 	left: 17%;
 	top:-45%;
 	width: 80%;
 }

 .cajaM1 .texto h1{
 	margin:0;
 	margin-bottom:3%;
 	font-size: 5vw;
 	color:#FF9933;
 }

 .cajaM1 .texto p{
 	font-size: 3.3vw;
 	color:black;
 }

 .cajaM2{
	 	height: 47vw;
  	width: 80vw;
		border-width: 1vw;
	 	margin-left: 10%;
	 	left: 0;
		margin-top:3vw;
 }

 .cajaM2 img{
 	position:relative;
 	left: -16.3vw;
 	top:3vw;
 	height: 20vw;
 	width: 29vw;
 }

 .cajaM2 .texto{
 	position:relative;
 	left: 17%;
 	top:-40%;
 	width: 80%;
 }

 .cajaM2 .texto h1{
 	margin:0;
 	margin-bottom:3%;
 	font-size: 5vw;
 	color:#FF9933;
 }

 .cajaM2 .texto p{
 	font-size: 3.3vw;
 	color:black;
 }

 .cajaM3{
	 height: 56vw;
	 width: 80vw;
	 border-width: 1vw;
	 margin-left: 10%;
	 left: 0;
	 margin-top:-26vw;
 }

 .cajaM3 img{
	 position:relative;
	 left: -16.3vw;
	 top:3vw;
	 height: 20vw;
	 width: 33vw;
 }

 .cajaM3 .texto{
	 position:relative;
	 left: 12%;
	 top:-34%;
	 width: 85%;
 }

 .cajaM3 .texto h1{
	 margin:0;
	 margin-bottom:3%;
	 font-size: 5vw;
	 color:#FF9933;
 }

 .cajaM3 .texto p{
	 font-size: 3.3vw;
	 color:black;
	 width: 100%;
 }

 .cajaM4{
	 height: 56vw;
	 width: 80vw;
	 border-width: 1vw;
	 margin-left: 10%;
	 left: 0;
	 margin-top:-11vw;
 }

 .cajaM4 img{
	 position:relative;
	 left: -16.3vw;
	 top:3vw;
	 height: 20vw;
	 width: 33vw;
 }

 .cajaM4 .texto{
	 position:relative;
	 left: 12%;
	 top:-34%;
	 width: 85%;
 }

 .cajaM4 .texto h1{
	 margin:0;
	 margin-bottom:3%;
	 font-size: 5vw;
	 color:#FF9933;
 }

 .cajaM4 .texto p{
	 font-size: 3.3vw;
	 color:black;
	 width: 100%;
 }

 .lineasMetodologia{
	 visibility: hidden;
	 height: 20vw;
 }
}

#boton-lateral2{
	visibility: hidden;
  position:fixed;
  background: #C6C4C4;
  border-color: #C6C4C4;
  opacity: 0.8;
  font-size:20px;
  border-radius: 60%;
  right: 0.5vw;
  top:75%;
  outline: none;
  z-index:2000;
}

#boton-lateral2 > span{
  font-size:40px;
}

@media(max-width:767px) {
	#boton-lateral2 > span{
	  font-size:20px;
	}
}
/*##############################################################   TE ACOMPANAMOS    ######################################################################################*/
.cabeceraTeAcompanamos{
	height: 50vw;
	width: 100%;
}

.cabeceraTeAcompanamos .texto{
	position:relative;
	background:white;
	opacity: 0.8;
	padding:1vw;
	font-size:2vw;
	text-align:justify;
	line-height: 1.7vw;
	bottom:-30vw;
	height:18vw;
	width:55% ;
	left:43%;
}

.cabeceraTeAcompanamos .texto .primera{
	color:#CC9933;
}

.cabeceraTeAcompanamos .texto .segunda{
	color:black;
	font-size:1.6vw;
}

.cabeceraTeAcompanamos .texto .tercera{
	color:#05A4DE;
	font-size: 1.4vw;
	font-style: normal;
	line-height: 2vw;
	font-family: Courgette-Regular;
}

@media(max-width:820px) {
	.cabeceraTeAcompanamos{
		height: 75vw;
		width: 100%;
	}

	.cabeceraTeAcompanamos .texto{
		line-height: 3.8vw;
		position:relative;
		height:43vw;
		width:90% ;
		left:5%;
		bottom:-30vw;
		font-size:3.3vw;
	}

	.cabeceraTeAcompanamos .texto .primera{
		font-size:4vw;
		font-weight: bold;
	}

	.cabeceraTeAcompanamos .texto .segunda{
		font-size:3.2vw;
	}

	.cabeceraTeAcompanamos .texto .tercera{
		font-size:2.8vw;
		line-height: 3.5vw;
	}

	.cabeceraTeAcompanamos .texto .linea{
		margin-bottom:2vw;
	}
}

.encabezadoTeAcompanamos{
	background:#D88741;
	width: 100%;
	height: 13vw;
	padding:0vw;
	padding-left:4vw;
	padding-right: 4vw;
}

.encabezadoTeAcompanamos .titulo{
	color:white;
	font-family: Courgette-Regular;
	text-align: center;
	font-size:4vw;
	margin-bottom:0vw;
}

.encabezadoTeAcompanamos .texto{
	color:white;
	text-align: justify;
	font-family: Lato-Regular;
	font-size:2vw;
}

.francis-bacon{
	font-style:italic;
	font-size:1.5vw;
}

@media(max-width:767px) {
	.encabezadoTeAcompanamos{
		height: 38vw;
		padding:2vw;
	}

	.encabezadoTeAcompanamos .titulo{
		font-size:8vw;
		margin-bottom:1vw;
	}

	.encabezadoTeAcompanamos .texto{
		font-size:3.5vw;
	}

	.francis-bacon{
		font-size:3vw;
	}
}

section.iconosTeAcompanamos{
	height: 32vw;
	width: 80%;
	margin-left: 10%;
	opacity: 0;
	margin-bottom:0px;
}

.iconoTeAcompanamos{
	width: 30.333333%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top:5vw;
	height: 15vw;
	float:left;
}

.iconoTeAcompanamos .titulo{
	text-align: center;
	width: 100%;
	color: #999999;
	font-family: Lato-Bold;
	font-size:1.5vw;
}

#icono1TeAcompanamos{
	width: 40%;
	margin-left: 30%;
}

#icono2TeAcompanamos{
	width: 100%;
	margin-left:0%;
	margin-bottom:3vw;
	margin-top:3vw;
}

#icono3TeAcompanamos{
	width: 60%;
	margin-left: 20%;
}

@media(max-width:767px) {
	section.iconosTeAcompanamos{
		height: 150vw;
		width: 90%;
		margin-left: 5%;
		margin-bottom:20px;
	}

	.iconoTeAcompanamos{
		width: 100%;
		margin-top:5vw;
		margin-bottom:5vw;
		height: 30vw;
		float:left;
	}

	.iconoTeAcompanamos .titulo{
		text-align: center;
		width: 100%;
		color: #999999;
		font-family: Lato-Bold;
		font-size:4vw;
	}

	#icono1TeAcompanamos{
		width: 35%;
		margin-left: 32.5%;

	}

	#icono2TeAcompanamos{
		width: 80%;
		margin-left:10%;
		margin-bottom:0vw;
		margin-top:15vw;
	}

	#icono3TeAcompanamos{
		width: 40%;
		margin-left: 30%;
		margin-top:12vw;
	}
}


.informacionEsPoder{
  padding-top:7vh;
  padding-bottom:7vh;
  padding-left: 4%;
  padding-right: 4%;
  font-size: 2.2vw;
  font-family: Lato-Regular;

}
@media(max-width:500px) {
  .informacionEsPoder{
    padding-top:3vh;
    padding-bottom:5vh;
    font-size:12px;
  }
}

.informacionEsPoder ul li {
  position:relative;
  margin-bottom: 20px;
  opacity:0;
  transition: 2s opacity;
}

.informacionEsPoder ul li.mostrar {
  opacity:1;
  position:relative;
  margin-bottom: 20px;
}

.informacionEsPoder ul {
    list-style: none;
}

.informacionEsPoder ul li:before {
    /*
    The desired width gets defined in two places: The element width, and background size.
    The height only gets defined once, in background size.
    */
    opacity:0;
    position: absolute;
    display: block;
    content: '\2022'; /* bullet point, for screen readers */
    text-indent: -999999px; /* move the bullet point out of sight */
    left: -2em;
    width: 0em; /* desired width of the image */
    height:0em; /* unrelated to image height; this is so it gets snipped */
    background-repeat: no-repeat;
    background-image: url('../images/teAcompanamos/check.svg');
    background-size: 0em 0em;
    background-position: 0em 0.5em;
    transition: 2s opacity, 2s background-size;
}

.informacionEsPoder ul li.mostrar:before {
    /*
    The desired width gets defined in two places: The element width, and background size.
    The height only gets defined once, in background size.
    */
    opacity:1;
    position: absolute;
    display: block;
    content: '\2022'; /* bullet point, for screen readers */
    text-indent: -999999px; /* move the bullet point out of sight */
    left: -2em;
    width: 2em; /* desired width of the image */
    height:2em; /* unrelated to image height; this is so it gets snipped */
    background-repeat: no-repeat;
    background-image: url('../images/teAcompanamos/check.svg');
    background-size: 1.5em 1.5em;
    background-position: 0em 0.5em;
}

.cajaIcono4{
	cursor: pointer;
	width: 70%;
	margin-left: 30%;
	height: 10vw;
	margin-bottom: 5vw;
	margin-top:-4vw;
}

.cajaIcono4 a{
	color:black;
	text-decoration: none;
}

.cajaIcono4 svg{
	float: left;
	height: 100%;
}

.cajaIcono4 .texto {
	padding-top:4vw;
	margin-left: 11vw;
	font-size: 2vw;
	  font-family: Lato-Bold;
}

.claraInversion{
	color:#D88741;
}

@media(max-width:500px) {
	.cajaIcono4{
		width: 90%;
		margin-left: 10%;
		height: 10vw;
		margin-bottom: 5vw;
		margin-top:-10vw;
	}

	.cajaIcono4 svg{
		float: left;
		height: 100%;
	}

	.cajaIcono4 .texto {
		padding-top:0vw;
		margin-left: 11vw;
		font-size: 4vw;
		  font-family: Lato-Bold;
	}

	.claraInversion{
		color:#D88741;
	}
}

.cabeceraCompaneroDeViaje{
	padding:2vw;
	background: #666666;
	text-align: center;
	font-family: Lato-Bold;
	color:white;
	font-size:3vw;
}

@media(max-width:767px) {
	.cabeceraCompaneroDeViaje{
		font-size:5vw;
	}
}

.companeroDeViaje{
	padding:2vw;
	height: 40vw;
	width: 100%;
	color:white;
	font-family:Lato-Regular;
}

.companeroDeViaje .texto{
		padding:1vw;
		text-align: justify;
		font-size:1.26vw;
		width: 45%;
		margin-left: 54%;
		background-color:rgba(204,120,0,0.3);
		float:left;
}

.companeroDeViaje .texto p{
	margin-bottom: 1vw;
}

.logoCompanero{
	float: left;
	padding-left: 25%;
	padding-right: 5%;
	width: 54%;
	height:100%;
}

@media(max-width:767px) {
	.companeroDeViaje{
		height: 100vw;
	}
	.companeroDeViaje .texto{

			font-size:3.1vw;
			width: 90%;
			margin-left: 5%;
			background-color:rgba(204,120,0,0.3);
	}
	.logoCompanero{
		padding-left: 0%;
		padding-right: 0%;
		margin-left: 25%;
		width: 50%;
		height:25%;
	}
}

.instrumentosQueUtilizamos{
	height: 80vw;
	padding:3%;
}
.instrumentosQueUtilizamos div{
	text-align: justify;
	font-family:Lato-Regular;
	font-size:1.5vw;

}

.instrumentosQueUtilizamos .caja1{
	position:relative;
	left: 10%;
	width: 30%;
	height: 0;
	opacity: 0;
}

.instrumentosQueUtilizamos .caja2{
	position:relative;
	left: 60%;
	height: 0;
	width: 30%;
	opacity: 0;
}
.instrumentosQueUtilizamos .caja3{
	position:relative;
	width: 30%;
	left: 4%;
	top:25%;
	height: 0;
	opacity: 0;
}
.instrumentosQueUtilizamos .caja4{
	position:relative;
	top:30%;
	left: 65%;
	height: 0;
	width: 30%;
	opacity: 0;
}

.instrumentosQueUtilizamos .caja5{
	position:relative;
	top:70%;
	left: 6%;
	height: 0;
	width: 35%;
	opacity: 0;
}

.instrumentosQueUtilizamos .caja6{
	position:relative;
	top:60%;
	left: 60%;
	height: 0;
	width: 30%;
	opacity: 0;
}

.instrumentosQueUtilizamos svg{
	width: 35%;
	position:relative;
	left: 35%;
	margin-top: 11.5%;
}

.instrumentosQueUtilizamos svg circle{
	opacity:0;
}

.instrumentosQueUtilizamos svg line{
	opacity:0;
}

.instrumentosQueUtilizamos span{
	color: #d88741;
}

@media(max-width:767px) {

	.instrumentosQueUtilizamos{
		height: 155vw;
		padding:3%;
	}
	.instrumentosQueUtilizamos div{
		text-align: justify;
		font-family:Lato-Regular;
		font-size:3.2vw;
		margin-top:2vw;
	}

	.instrumentosQueUtilizamos svg{
		display: none;
	}

	.instrumentosQueUtilizamos .caja1{
		position:relative;
		left: 0%;
		width: 100%;
		height: auto;
		top:0%;
		opacity: 1;
	}

	.instrumentosQueUtilizamos .caja2{
		position:relative;
		left: 0%;
		height: auto;
		width: 100%;
		top:0%;
		opacity: 1;
	}
	.instrumentosQueUtilizamos .caja3{
		position:relative;
		left: 0%;
		height: auto;
		width: 100%;
		top:0%;
		opacity: 1;
	}
	.instrumentosQueUtilizamos .caja4{
		position:relative;
		left: 0%;
		height: auto;
		width: 100%;
		top:0%;
		opacity: 1;
	}

	.instrumentosQueUtilizamos .caja5{
		position:relative;
		left: 0%;
		height: auto;
		width: 100%;
		top:0%;
		opacity: 1;
	}

	.instrumentosQueUtilizamos .caja6{
		position:relative;
		left: 0%;
		height: auto;
		width: 100%;
		top:0%;
		opacity: 1;
	}


}

.accionesQueImplementamos{
	background: #666666;
	padding:2%;
}

.accionesQueImplementamos svg{
	width: 7%;
	margin-left: 8%;
	float:left;
}

.accionesQueImplementamos .titulo{
	float:left;
	font-size:3vw;
	color:white;
	width: 80%;
	margin-left: 2%;
	float:left;
	margin-top:2%;
	font-weight: bold;
}

.accionesQueImplementamos .titulo2{
	font-size:2vw;
}

#myCarousel3 .left{
	margin-top:3%;
}

#myCarousel3 .right {
	margin-top:3%;
}

#myCarousel3 .carousel-item{
	margin-top:1vw;
	width: 60%;
	left: 20%;
	color:white;
	font-family: Lato-Regular;
	text-align: center;
	font-size:1.5vw;
}

@media(max-width:767px) {
	.accionesQueImplementamos svg{
		width: 14%;
		margin-left: 0%;
	}

	.accionesQueImplementamos .titulo{
		font-size:4.8vw;
	}

	.accionesQueImplementamos .titulo2{
		font-size:4vw;
	}

	#myCarousel3 .left{
		margin-top:10%;
	}

	#myCarousel3 .right {
		margin-top:10%;
	}

	#myCarousel3 .carousel-item{
		margin-top:2vw;
		width: 80%;
		left: 10%;
		color:white;
		font-family: Lato-Regular;
		text-align: center;
		font-size:3.2vw;
	}
}

.clavesParaElExito{
	background: white;
	text-align: center;
	padding: 2%;
}

.clavesParaElExito .titulo{
	color: #d88741;
	font-weight: bold;
	font-size: 3vw;
}

.clavesParaElExito svg{
	width: 50%;
}



.clavesParaElExito rect{
	fill:transparent;
}


@media(max-width:767px){
	.clavesParaElExito svg{
		width: 100%;
	}
	.clavesParaElExito .titulo{
		font-size: 4vw;
	}
}

.claveDelExito{
	width: 100%;
	height: 50vw;
	padding-top:5%;
	color:black;
}

.claveDelExito .texto{
	width: 30%;
	margin-left: 3%;
	background:rgba(255,255,255,0.7);
	padding:2%;
	font-size:2vw;
	text-align: center;
}

.claveDelExito .texto span{
	font-size:1.6vw;
	color:#444444;
}

@media(max-width:767px) {
	.claveDelExito{
		height: 60vw;
	}

	.claveDelExito .texto{
		width: 90%;
		margin-left: 5%;
		font-size:4vw;

	}

	.claveDelExito .texto span{
		font-size:3.5vw;
	}

}

.claveDelExitoTextos{
	background: white;
	height: 30vw;
	padding-top:5vw;
	background-image: url('../images/QueEsBisin/engranajes.svg');
	background-repeat: no-repeat;
  background-position: 99% 90%;
  background-size: 15%;
}

.claveDelExitoTextos div{
	font-family: Lato-Regular;
	font-size:1.5vw;
	width: 30%;
	float:left;
	margin-left: 3%;
	text-align: justify;
	margin-bottom:0;
}

@media(max-width:767px) {
	.claveDelExitoTextos{
		height: auto;
		padding-top:5vw;
		background-image:none;
	}

	.claveDelExitoTextos div{
		font-size:4vw;
		width: 94%;
		float:none;
		margin-bottom:3%;
		margin-left: 3%;
		text-align: justify;
	}
}

.algunasNotas .titulo{
	font-family: Lato-Regular;
	width: 100%;
	background: #CC9933;
	font-size: 2.5vw;
	color:white;
	padding:1%;
	padding-left: 5%;
}

.algunasNotas svg{
	float:left;
	width: 3.5%;
	margin-right: 2%;

}

.algunasNotas .cuerpo{
	background:white;
  padding-top:7vh;
  padding-bottom:7vh;
  padding-left: 4%;
  padding-right: 4%;
  font-size: 2.1vw;
  font-family: Lato-Regular;
	text-align:justify;
}
@media(max-width:500px) {
  .algunasNotas .cuerpo{
    padding-top:3vh;
    padding-bottom:5vh;
    font-size:13px;
  }

	.algunasNotas .titulo{
		font-size: 5vw;
	}

	.algunasNotas svg{
		width: 7%;
	}
}

.algunasNotas .cuerpo ul li {
  position:relative;
  margin-bottom: 20px;
  opacity:0;
  transition: 2s opacity;
}

.algunasNotas .cuerpo ul li.mostrar {
  opacity:1;
  position:relative;
  margin-bottom: 20px;
}

.algunasNotas .cuerpo ul {
    list-style: none;
}

.algunasNotas .cuerpo ul li:before {
    /*
    The desired width gets defined in two places: The element width, and background size.
    The height only gets defined once, in background size.
    */
    opacity:0;
    position: absolute;
    display: block;
    content: '\2022'; /* bullet point, for screen readers */
    text-indent: -999999px; /* move the bullet point out of sight */
    left: -2em;
    width: 0em; /* desired width of the image */
    height:0em; /* unrelated to image height; this is so it gets snipped */
    background-repeat: no-repeat;
    background-image: url('../images/teAcompanamos/check.svg');
    background-size: 0em 0em;
    background-position: 0em 0.5em;
    transition: 2s opacity, 2s background-size;
}

.algunasNotas .cuerpo ul li.mostrar:before {
    /*
    The desired width gets defined in two places: The element width, and background size.
    The height only gets defined once, in background size.
    */
    opacity:1;
    position: absolute;
    display: block;
    content: '\2022'; /* bullet point, for screen readers */
    text-indent: -999999px; /* move the bullet point out of sight */
    left: -2em;
    width: 2em; /* desired width of the image */
    height:2em; /* unrelated to image height; this is so it gets snipped */
    background-repeat: no-repeat;
    background-image: url('../images/teAcompanamos/check.svg');
    background-size: 1.5em 1.5em;
    background-position: 0em 0.2em;
}

#link4:hover{
	cursor:pointer;
}

/*############################################Descargas################################################################################*/
.Descargas{
	margin-top:35px;
	padding-top:120px;
	min-height: 100vh;
	padding-bottom:30px;
}

@media(max-width:767px) {
	.Descargas{
		margin-top:0px;
		padding-top:100px;
		min-height: 70vh;
	}
}

.Descargas article{
	width: 700px;
	height: 150px;
	-webkit-box-shadow: 9px 4px 17px -1px rgba(141,156,158,1);
	-moz-box-shadow: 9px 4px 17px -1px rgba(141,156,158,1);
	box-shadow: 9px 4px 17px -1px rgba(141,156,158,1);
	margin-left: 30px;
	margin-bottom: 30px;
	background: white;

}

.Descargas article header{
	width: 700px;
}


.Descargas article header h1{

	width: 550px;
	height: 28px;
	padding-top:1px;
	font-size: 22px;
	text-align: left;
	float:left;
	margin:0;
	border-bottom: 1px outset #ddd;
}

.Descargas article header img{
	width:150px;
	height: 150px;
	float:left;
}

.Descargas article section{
	font-size: 18px;
	padding:0;
	padding-right: 10px;
	width: 700px;
	background: white;
	height: 120px;

}

.Descargas article  footer{
	width:550px;
	float:left;
	height: 30px;
	background: white;
	font-size: 15px;
	border-top:1px solid grey;
	text-align:right;
	padding-right: 2px;
}

.Descargas article .icono-descarga-grande{
	position:relative;
	left:100px;
	top:-50px;
	color:#015788;
	opacity:0.4;
	font-size:50px;
}

.Descargas article .icono-descarga-pequeno{
	display: none;
}

.Descargas article section textarea{
	width: 78%;
	resize: vertical;
	max-height: 90px;
}

@media(max-width:767px) {

	.Descargas article{
		margin-left: 10vw;
		width:80vw;
		height:auto;
		-webkit-box-shadow: 9px 4px 17px -1px rgba(141,156,158,1);
		-moz-box-shadow: 9px 4px 17px -1px rgba(141,156,158,1);
		box-shadow: 9px 4px 17px -1px rgba(141,156,158,1);
		border-radius: 30px;
	}

	.Descargas article header{
		width: 80vw;
		height: auto;
	}

	.Descargas article header img{
		width:100%;
		height: 100%;
		float:none;
		border-radius: 30px 30px 0% 0%;
	}

	.Descargas article header h1{
		width: 100%;
		height: auto;
		padding-top:1px;
		padding-left:10px;
		float:none;
		background: white;
		font-size: 8vw;
	}

	.Descargas article section{
		font-size: 5vw;
		width: 100%;
		margin-left: 0%;
		height: auto;
		padding-left: 12px;
	}

	.Descargas article  footer{
		width:100%;
		float:none;
		padding-left: 12px;
		height: auto;
		font-size: 4vw;
		border-radius: 0px 0px 30px 30px ;
		background: white;
	}

	.Descargas article .icono-descarga-grande{
		display: none;
	}

	.Descargas article .icono-descarga-pequeno{
		display: block;
		width: 20%;
		height: 0;
		position:relative;
		top:-20vw;
		font-size: 20vw;
		left:75%;
		opacity:0.4;
	}

	.Descargas article a{
		text-decoration: none;
		color:#015788;
	}

	.Descargas article section textarea{
		width: 100%;
		min-height: 180px;
		max-height: 250px;
	}
}

.seccionEmpresario{
	padding-bottom:20px;
	background: #DFDFDF;
}

.seccionEmpresario .titulo{
	text-align: center;
	color:#A9A8AB;
	font-family: Lato-Regular;
	font-size:2vw;
	padding:2vw;
}

.seccionEmpresario .cara{
	border-radius: 50%;
	margin-left: 40%;
	width:20%;
	margin-bottom:2vw;
}

.seccionEmpresario .empresa{
	margin-left: 30%;
	width:40%;
	margin-bottom:2vw;
}

.seccionEmpresario .imagenesEmpresa{
	margin-left: 0%;
	margin-bottom:3vw;
	width:100%;
}
