/*************/
/* GENERALES */
/*************/
html{
    overflow: hidden;
}
html, body{
    background-color:#02a9f5;
}
body, h1,h2,h3,h4,h5,h6,p, ul, li, a{margin: 0;padding: 0;font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;}

h1{font-family: "Luckiest Guy";}
p{font-family: 'Teko', sans-serif;}

svg .amarillo{      fill: #FFC107;  }
svg .rosa{          fill: #ff0b57;  }
svg .blanco{        fill: #ffffff;  }
svg.yo{
    right: 0;
}

/************/
/**Cabecera**/
/************/
#menu{
    width: 180px;
    height: 180px;
    position: fixed;
    z-index: 8;
    right: 0;
    border-radius: 0 0 0 180px;
    /*background-color: aqua;*/
}

nav{
    position: absolute;
    z-index: 5;
    right: 0;
}
/*#menu nav .forMobile{display: none;}*/
nav ul{
    font-weight: lighter;
    list-style: none;
    font-size: 0.85em;
    display: inline-block;
    position: absolute;
}
nav ul li{
    display: block;
    cursor: pointer;
    display: inline-block;
    font-weight: lighter;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    width: 180px;
    right: 0;
    text-transform: uppercase;
    border-radius: 11px;
    overflow: hidden;
    
}

nav ul li p{
    font-size: 11px;
    font-family: 'Luckiest Guy';
    color: #02a9f5;
    padding: 6px 15px;
    text-align: left;
    text-align: left;
    background-color: rgba(255,193,6,0.9);
}
nav ul li.active{
    z-index: 4;
}

nav ul li.active p{
    text-shadow: 3px 2px 0px #ff0b57;
    color: #ffc107;
    font-size: 18px;
    background-color: #02a9f5;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

#icono_menu{
    width: 52px;
    height: 52px;
    border-radius: 0 0 0 50px;
    background-color: #ff0b57;
    position: absolute;
    right: 0;
    z-index: 8;
    box-shadow: 0px 0px 15px 5px rgba(255,11,87,0.4);
}

#ico_home_cont{
    margin-top: 2px;
    margin-left: 2px;
}

#ico_faq{
    margin-left: 3px;
}
#svg_container{
    width: 45px;
    margin-top: 4px;
    right: 0;
    position: absolute;
}

#svg_container svg{
    position: absolute;
    visibility: hidden;
}
.sprite{
    background-image: url("../img/sprite.png");
}
.btn{
    color: #fff;
    padding: 1vh 1.7vw;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    border: 1px solid;
    padding-top: 1%;
    padding-bottom: 1%;
    font-weight: 600;
}
.btn.azul{
    background-color: #0070CE;
    border-color: #0070CE;
}
.btn.rojo{
    background-color: #E1261B;
    border-color: #E1261B;
}
.btn.gris{
    background-color: #f2f2f2;
    border-color: #606060;
    color: #606060;
}
.btn.celeste{
    background-color: #009AD0;
    border-color: #009AD0;
    color: #FFFFFF;
}

.btn.azul:hover{
    background-color: #fff;
    color: #0070CE;
}
.btn.rojo:hover{
    background-color: #fff;
    color: #E1261B;
}
.btn.gris:hover{
    background-color: #606060;
    color: #f2f2f2;
}
.btn.celeste:hover{
    color: #009AD0;
    background-color: #FFFFFF;
}


input,
textarea,
.like-input{
    width: 258px;
    font-size: 1em;
    padding: 0.75em 0.9em;
    color: #000;
    border: 1px solid rgb(20,247,255);
    border-radius: 0px;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 0 0 10px 2px rgb(20,247,255);
}


/******/
/*INFO*/
/******/
#info{
    position: fixed;
    z-index: 9;
    width: 100vw;
/*    margin-top: -100vh;*/
}

#info .paleta{
    position: absolute;
    width: 30px;
    background-color: rgba(0,0,0,0.9);
    height: 27px;
    border-radius: 0 0 15px 15px;
    box-sizing: border-box;
    padding-left: 11px;
    padding-top: 3px;
    margin-left: -15px;
    left: 50%;
    z-index: 2;
    cursor: pointer;
     transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
}

#info .paleta:hover{
    background-color: #fff;
}

#info .paleta:hover svg path{
    fill:#000000;
}

#info #tutorial{
    position: absolute;
    width: 100%;
}

#info #tutorial svg{
    position: absolute;
    height: 100vh;
}
#info #tutorial #slider_container{
    width: 500px;
    margin: 0 auto;
}
#info .btn_hole{
    background-color: transparent;
    position: fixed;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
}
#info .cierra_info{
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    z-index: 9000;
}

#textos-tutorial{
    position: relative;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#textos-tutorial .pagina{
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    width: 500px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    position: absolute;
}
#textos-tutorial .pagina h1{
    font-weight: lighter;
    text-transform: uppercase;
}
#textos-tutorial .pagina p{
    font-size: 22px;
    padding-top: 10px;
    font-weight: lighter;
}
#textos-tutorial .cont_dots{
    background-color: transparent;
    padding: 0;
}
#textos-tutorial .barra_slider{
    bottom: 80px;
    height: 2px;
}
#textos-tutorial .cont_dots{
   
}
#textos-tutorial .cont_dots .punto{
    border: 0;
}
/*********/
/*PREMIOS*/
/*********/

#premios{
    position: fixed;
    z-index: 10;
    width: 100%;
}
#premios #tipo_a{
    width: 370px;
    position: absolute;
}
#premios #tipo_a #esquina_premio{
    width: 52px;
    height: 52px;
    border-radius: 0 0 50px 0;
    background-color: #6a138e;
    position: absolute;
    left: 0;
    z-index: 2;
    box-shadow: 0px 0px 15px 5px rgba(255,193,7,0.4);
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

#premios #tipo_a #esquina_premio .ico{
    margin-top: 6px;
    margin-left: 4px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
#premios #tipo_a #esquina_premio .ico .estrellita{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
#premios #tipo_a #esquina_premio:hover{
    width: 60px;
    height: 60px;
}
#premios #tipo_a #esquina_premio:hover .ico{
    margin-top: 24px;
    margin-left: 22px;
    transform:rotate(7deg) scale(2);
    -webkit-transform:rotate(7deg) scale(2);
}

#premios #tipo_a #esquina_premio .ico svg{}
#premios #tipo_a #esquina_premio .ico svg .star_price{
    fill: #ff0b57;
}
#premios #tipo_a #deslizante{
    display: none;
}
#premios #tipo_a #deslizante .deslizante{
    box-sizing: border-box;
}
#premios #tipo_a #deslizante .deslizante h1{
    text-shadow: 3px 2px 0px #ff0b57;
    color: #ffc107;
    font-size: 18px;
    background-color: #02a9f5;
    padding: 5px 45px 9px 65px;
    font-weight: lighter;
    border-radius: 24px;
}
#premios #tipo_a #deslizante .deslizante .cerrar{
    background-color: #fff;
    width: 31px;
    height: 31px;
    position: absolute;
    right: 3px;
    border-radius: 50%;
    margin-top: -34px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    cursor: pointer;
}
#premios #tipo_a #deslizante .deslizante .cerrar:hover{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: center center;
    -webkit-transform-origin: center center;
}
#premios #tipo_a #deslizante .deslizante .cerrar .ico{
    margin-top: 7px;
    margin-left: 10px;
}
#premios #tipo_a #deslizante .deslizante .cerrar .ico svg{}
#premios #tipo_a #deslizante .deslizante .estrella_premio{}
#premios #tipo_a #deslizante .deslizante .estrella_premio .ico{
    float: left;
}
.estrella_premio .ico svg{}
.estrella_premio .ico svg .star_price{
    fill : #2d1e29;
}
.estrella_premio.win{}
.estrella_premio.win svg{}
.estrella_premio.win svg .star_price{
    fill : #ffc107;
}
#premios #tipo_a #deslizante .deslizante .ico_premio{
    float: left;
}
#premios #tipo_a #deslizante .deslizante .ico_premio .ico{}
#premios #tipo_a #deslizante .deslizante .ico_premio .ico.devianArt{
    display:none;
}
#premios #tipo_a #deslizante .deslizante .ico_premio .ico.github{
    display:none;
}
#premios #tipo_a #deslizante .deslizante .ico_premio .ico.soundCloud{
    display:none;
    margin-top: 5px;
}
#premios #tipo_a #deslizante .deslizante p{
    position: relative;
    left: 14px;
    padding-top: 4px;
    padding-bottom: 0px;
    line-height: 24px;
    display: inline-block;
}
#premios #tipo_a #deslizante .deslizante_a{}
#premios #tipo_a #deslizante .deslizante_b{
    background-color: #fff;
    padding: 4px 0px 5px 64px;
    width: 90%;    
    border-top: 5px solid #b4cbd5;
    color: #2a2a2a;
}
#premios #tipo_a #deslizante .deslizante_c{
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    width: 87%;
    border-top: 5px solid #372b3e;
    padding: 7px 0px 15px 10px;
    border-radius: 0 0 25px 0;
}
#premios #tipo_a #deslizante .deslizante_c a{
    display: inline-block;
    right: 7%;
    position: absolute;
    margin-top: 7px;
}
#premios #tipo_a #deslizante .deslizante_c a .ico{}
#premios #tipo_a #deslizante .deslizante_c a .ico svg{}

#premios #tipo_b{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
#premios #tipo_b:before{
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url("../img/premios/bg.gif") 0 0 repeat;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}

#premios #tipo_b #superior{}
#premios #tipo_b #superior h1{
    text-shadow: 3px 2px 0px #ff0b57;
    color: #ffc107;
    font-size: 36px;
    background-color: #331548;
    padding: 5px 0 5px 0px;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 5px solid #02a9f5;
    box-shadow: 0px 1px 20px 4px rgba(0,0,0,0.4);
}
#premios #tipo_b #superior #estrellas_laterales{}
#premios #tipo_b #superior #estrellas_laterales .estrella{
    position: absolute;
    margin-top: -12px;
    transform: scale(2);
    width: 23px;
    height: 22px;
}
#premios #tipo_b #superior #estrellas_laterales .estrella_l{
    left: 50px;
}
#premios #tipo_b #superior #estrellas_laterales .estrella_r{
    right: 50px;
}
#premios #tipo_b #superior #estrellas_laterales .estrella svg{}
#premios #tipo_b #superior #estrellas_laterales .estrella svg path{
    fill: #ff0b57;
}
#premios #tipo_b .cerrar{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    height: 40px;
    box-sizing: border-box;
    padding: 10px 10px 0px 20px;
    border-radius: 20px 0px 0px 0px;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
#premios #tipo_b .cerrar p{
    font-family: "Luckiest Guy";
    float: left;
    position: relative;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 18px;
    color: #2d1e29;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
#premios #tipo_b .cerrar .ico{
    float: right;
    margin-top: 3px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

#premios #tipo_b .cerrar:hover{
    background-color: #2d1e29;
}
#premios #tipo_b .cerrar:hover p{
    color: #fff;
}
#premios #tipo_b .cerrar:hover .ico{
    transform: rotate(90);
    -webkit-transform: rotate(90deg);
}
#premios #tipo_b .cerrar .ico svg path{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
#premios #tipo_b .cerrar:hover .ico svg path{
    fill:#fff;
}
#premios #tipo_b #inferior{
    width: 100%;
    max-width: 600px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
    box-sizing: border-box;
}
#premios #tipo_b #inferior .flecha_u{
    width: 100%;
    background-color: #ff0b57;
    height: 45px;
    cursor: pointer;
}
#premios #tipo_b #inferior .flecha_u .ico{
    width: 32px;
    margin: 0px auto;
    height: 28px;
    position: relative;
    top: 9px;
    transform: rotate(90deg) scale(0.7);
    -webkit-transform: rotate(90deg) scale(0.7);
}
#premios #tipo_b #inferior #flecha_U{
    border-radius: 20px 20px 0 0;
    position: relative;
    top: 0;
    z-index: 2;
}
#premios #tipo_b #inferior #flecha_D{
    background-color: #ffc107;
    border-radius: 0px 0px 20px 20px;
    bottom: 0;
    position: absolute;
}
#premios #tipo_b #inferior #flecha_U:hover{
    background-color: #ffc107;
}

#premios #tipo_b #inferior #flecha_D:hover{
    background-color: #ff0b57;
}
#premios #tipo_b #inferior #flecha_U:hover svg .amarillo{      fill: #ff0b57;  }
#premios #tipo_b #inferior #flecha_D:hover svg .rosa{          fill: #FFC107;  }


#premios #tipo_b #inferior #premios_cont{
    overflow: hidden;
    position: absolute;
    width: 100%;
}
#premios #tipo_b #inferior #premios_cont .enmascarado{
    position: absolute;
    width: 100%;
    cursor: move;
}
#premios #tipo_b #inferior #premios_cont .huincha_premio{
    margin-bottom: 10px;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
}
#premios #tipo_b #inferior #premios_cont .huincha_premio .hp_l,
#premios #tipo_b #inferior #premios_cont .huincha_premio .hp_r{
    background-color: #303030;
    width: 100%;
    border-top: 7px solid #596266;
    padding: 11px 25px 11px 25px;
    box-sizing: border-box;
    height: 53px;
}
#premios #tipo_b #inferior #premios_cont .huincha_premio .hp_l .estrella_premio{
    float: left;
    display: inline-block;
}
#premios #tipo_b #inferior #premios_cont .huincha_premio .hp_l p{
    display: inline-block;
    margin-left: 10px;
    color: #595959;
}
#premios #tipo_b #inferior #premios_cont .huincha_premio.win .hp_l,
#premios #tipo_b #inferior #premios_cont .huincha_premio.win .hp_r{
    background-color:#ffffff;
    width:50%;
    border-color: #b4cbd5;
    float: left;
}
#premios #tipo_b #inferior #premios_cont .huincha_premio.win .hp_l p{
    color: #2a2a2a;
}

#premios #tipo_b #inferior #premios_cont .huincha_premio.win .hp_r{
    background-color: rgba(0,0,0,0.8);
    border-color: rgba(53,53,53,0.8);
    padding: 6px 25px 0px 15px;
    cursor: pointer;
}
#premios #tipo_b #inferior #premios_cont .huincha_premio.win .hp_r .ico{
    display: inline-block;
    float: left;
}
#premios #tipo_b #inferior #premios_cont .huincha_premio.win .hp_r .ico.devianArt{
    margin-left: 12px;
    margin-right: 19px;
}
#premios #tipo_b #inferior #premios_cont .huincha_premio.win .hp_r .ico.github{
    margin-left: 3px;
    margin-right: 12px;
}
#premios #tipo_b #inferior #premios_cont .huincha_premio.win .hp_r .ico.soundCloud{
    margin-top: 8px;
    margin-right: 9px;
}
#premios #tipo_b #inferior #premios_cont .huincha_premio.win .hp_r p{
    float: left;
    color: #fff;
    padding-top: 7px;
}
#premios #tipo_b #inferior #premios_cont .huincha_premio.win .hp_r a{
    float: right;
    margin-right: 0;
    margin-top: 8px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

#premios #tipo_b #inferior #premios_cont .huincha_premio.win .hp_r:hover a{
    margin-top: 5px;
    margin-right: -6px;
}
/********/
/*SHARER*/
/********/

#compartir{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
}

#esquina_compartir{
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #02a9f5;
    bottom: 0;
    border-radius: 0 60px 0px 0px;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.5);
    cursor: pointer;
}
#esquina_compartir,
#esquina_compartir *,
#esquina_hablemos,
#esquina_hablemos *{
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
#esquina_compartir:hover{
    width: 60px;
    height: 60px;
}
#esquina_compartir svg {
    margin-top: 18px;
    margin-left: 5px;
}
#esquina_compartir:hover svg{
    margin-top: 25px;
    margin-left: 8px;
}
#esquina_compartir:hover svg path{
    fill:#ffc107;
}
#chuletona{
    position: absolute;
    bottom: -155px;
    background-color: rgba(9,139,170,0.8);
    border: 1px solid #02a9f5;
    padding: 15px 23px 12px 25px;
    border-radius: 36px;
    transform: rotate(315deg);
    transform-origin: left bottom;
    -webkit-transform: rotate(315deg);
    -webkit-transform-origin: left bottom;
    width: 145px;
    box-sizing: border-box;
    left: -84px;
}
#chuletona > div{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#cerrarCompartir{
    position: absolute;
    top: 20px;
    left: -15px;
}
#face{
    float:left;
    cursor:pointer;
}
#twitter{
    float:right;
    cursor:pointer;
}
#face *,#twitter *{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
#face:hover svg circle{    fill:#FFFFFF;    }
#face:hover svg path{    fill:#3B5998;    }
#twitter:hover svg circle{    fill:#F1F2F2;    }
#twitter:hover svg path{    fill:#55ACEE;    }
/*********/
/*WS*/
/*********/
#hablemos{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
}
#esquina_hablemos{
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #39ae41;
    bottom: 0;
    border-radius: 60px 0px 0px 0px;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.5);
    cursor: pointer;
	right: 0;
}
#esquina_hablemos svg{
	position: absolute;
	display: block;
}
#esquina_hablemos:hover{
    width: 60px;
    height: 60px;
	background-color: #fff;
}
#esquina_hablemos svg {
    margin-top: 12px;
    margin-left: 17px;
}
#esquina_hablemos:hover svg{
    margin-top: 19px;
    margin-left: 23px;
}
#esquina_hablemos:hover svg path{
    fill:#39ae41;
}
#chuletona2{
	 transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    position: absolute;
    bottom: -40px;
    background-color: #fff;
    border: 1px solid #39ae41;
    padding: 15px 23px 12px 25px;
    border-radius: 36px;
    transform: rotate(225deg);
    transform-origin: left bottom;
    -webkit-transform: rotate(225deg);
    -webkit-transform-origin: left bottom;
    width: 90px;
    box-sizing: border-box;
    left: 150px;
	cursor: pointer;
}
#chuletona2 > div{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#chuletona2:hover{
	background-color: #39ae41;
}
#chuletona2:hover #whatsapp path{
	fill: #fff;
}
#cerrarWS{
    position: absolute;
    top: 20px;
    left: -15px;
}

#whatsapp{
	right: 0px;
	top: 0px;
}
/*********/
/*COOKIES*/
/*********/
#cookies{
    position: fixed;
    bottom: 0;
    z-index: 900;
    width: 320px;
    margin-left: -160px;
    left: 50%;
    text-align: center;
    color: #fff;
}
#cookies #galletas{
    position: absolute;
    margin-top: -80px;
    margin-left: 74px;
}
#cookies .cuadro{
    background-color: rgba(255,0,0,0.8);
    padding: 40px 40px 8px 40px;
}
#cookies p{
    line-height: 16px;
}
#cookies .cuadro a{
    font-family: "Teko";
    color: #fc9194;
}
#cookies .cuadro a.btn{
    width: 100%;
    background-color: #ff676b;
    font-family: "Luckiest Guy";
    font-weight: lighter;
    text-transform: uppercase;
    text-decoration: none;
    border-color: #ff676b;
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 11px;
    color: #ffffff;
}
#cookies .cuadro a:hover{
    color: #ffffff;
}
#cookies .cuadro a.btn:hover{
    color: #ff676b;
    background-color: #ffffff;
}

/*******/
/*STUFF*/
/*******/



.seccion{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#home{background-color: #2ab49e;}
#trabajos{background-color: #0f3b52;}
#faq{background-color: #e095cf;}
#contacto{background-color: #3d0563;}
/******/
/*HOME*/
/******/
#home:before{
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url("../img/home/bg.gif") 0 0 repeat;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}
#pre_video{
    top: 50%;
    position: relative;
    width: 422px;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 340px;
}
#pre_video div{
    position: absolute;
}
#pelos{
    top: 137px;
    left: 135px;
}
#cangrejo{
    top: 120px;
    left: 40px;
    display: none;
}
#botonPlay{
    top: 80px;
    left: 122px;
    cursor: pointer;
}
#setas{
    top: 4px;
    left: 117px;
}
#olivo_a{
    top: 53px;
    left: 45px;
}
#olivo_b{
    top: 43px;
    left: 48px;
    transform: rotate(-25deg);
    transform-origin: right center;
    -webkit-transform: rotate(-25deg);
    -webkit-transform-origin: right center;
}
#flores{
    top: 48px;
    left: 171px;
}
#bubbles{
    left: 230px;
    top: -140px;
    display: none;
}
#lineas_fx{
    top: 220px;
    transform: rotate(150deg);
    transform-origin: right;
    -webkit-transform: rotate(150deg);
    -webkit-transform-origin: right;
    left: -130px;
    width: 150px;
    z-index: -1;
}
#bubbles div,
#lineas_fx div{
    background-color: #f416c5;
}
#bubbles div{
    border-radius: 50%;
    position: absolute;
}
#lineas_fx div{
    width: 0px;
    height: 2px;
    margin-bottom: 2px;
    position: relative;
}
#videoContainer{
    width: 90%;
    margin-left: 5%;
    position: relative;
}
#cerrarVideo,
#cerrarCompartir,
#cerrarWS{
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    cursor: pointer;
}
#cerrarVideo{
    top: 0;
    right: -15px;
}
#cerrarVideo .ico,
#cerrarCompartir .ico,
#cerrarWS .ico{
    top: 7px;
    left: 9px;
    position: relative;
}
#cerrarVideo:hover,
#cerrarCompartir:hover,
#cerrarWS:hover{
    background-color: rgba(0,0,0,0.8);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

#cerrarVideo:hover .ico svg path,
#cerrarCompartir:hover .ico svg path,
#cerrarWS:hover .ico svg path{
    fill : #ffffff;
}


/**********/
/*TRABAJOS*/
/**********/
#slider_principal,
#slider_detalle,
.slider_detalle{
    width: 100vw;
    height: 100%;
    position: absolute;
}
.barra_slider{
    height: 20px;
    position: absolute;
    bottom: 0;
}
.slide{
    cursor: move;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0f3b52;
    background-position: center;
    border: 20px solid #0f3b52;
    box-sizing: border-box;
    -moz-box-shadow:   inset 0 0px 60px 20px rgba(0,0,0,0.6);
   -webkit-box-shadow: inset 0 0px 60px 20px rgba(0,0,0,0.6);
   box-shadow:         inset 0 0px 60px 20px rgba(0,0,0,0.6);
}
.img_container{
    margin: 0 auto;
    position: relative;
    display: block;
    width: 15%;
/*    background-color: rgba(255,255,255,0.8);*/
/*    padding: 10px 30px 10px 30px;*/
/*    border-radius: 0px 0px 20px 20px;*/
    overflow: hidden;
/*    box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.3);*/
}
.img_container img{
    width: 100%;
}
.cont_dots{
    position: absolute;
    z-index: 400;
    left: 50%;
    background-color: #ffc107;
    padding:10px 0px 5px 20px;
    border-radius: 10px 10px 0px 0px;
}
.punto{
    width: 14px;
    height: 14px;
    background-color: #2fbd35;
    margin-left: 20px;
    float: left;
    border-radius: 50%;
    box-sizing: border-box;
    border:1px solid #2fbd35;
    cursor: pointer;
}
.punto.nml{margin-left: 0;}

.cont_textos{
    position: absolute;
    bottom: 0;
    background-color: rgba(15,59,82,0.6);
    color: #fff;
    padding: 20px 50px 40px 50px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    box-sizing: border-box;
}

.cont_textos h1{
    color: #ffc107;
    text-shadow: 5px 5px 0 #0f3b52;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 8px;
    text-align:center;
}
.cont_textos .detalle{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align:center;
}

.flecha{
    z-index: 25;
    background-color: #ff0b57;
    width: 58px;
    height: 118px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 58px 58px 0px;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.flecha_u{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.flecha .ico{
    margin-top: 43px;
    margin-left: 11px;
}
#flecha_L{
    border-radius: 0 58px 58px 0px;
}
#flecha_R{
    background-color: #ffc107;
    border-radius: 58px 0 0 58px;
}

#flecha_R .ico{
    margin-left: 20px;
}

#flecha_L:hover{
    color: #ff0b57;
    background-color: #ffc107;
}

#flecha_R:hover{
    background-color: #ff0b57;
    color: #ffc107;
}
#flecha_L:hover svg .amarillo{      fill: #ff0b57;  }
#flecha_R:hover svg .rosa{          fill: #FFC107;  }

.flecha.flecha_r{
    right: 0;
}

.btn_trabajos{
    bottom: 0;
    position: absolute;
    right: 32px;
    width: 32px;
    height: 36px;
    overflow: hidden;
    background-color: #0f3b52;
    border-radius: 16px 16px 0px 0px;
}

.btn_trabajos.ver_detalle{
    right: 0px;
}
.btn_trabajos .ico{
    margin-top: 9px;
    margin-left: 9px;
}
.btn_trabajos p{
    position: absolute;
    transform: rotate(-90deg);
    margin-top: -98px;
    width: 102px;
    margin-left: -34px;
    font-family: "Luckiest Guy";
    color: #ffc107;
}

.slider_detalle{}
.slider_detalle .img_container{margin-top: 20px;}
.slider_detalle .volver{
    display: inline-block;
    position: absolute;
    margin-top: -37px;
    background-color: #0f3b52;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    text-align: center;
    left: 0;
    height: 37px;
    box-shadow: 0 -20px 30px 0px rgba(0,0,0,0.4);
    text-decoration: none;
}

.slider_detalle .volver .ico{
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    margin-top: 1px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.slider_detalle .volver p{
    color: #ffc107;
    font-family: "Luckiest Guy";
    padding-top: 9px;
    padding-left: 35px;
}

.slider_detalle .cerrar{
    background-color: #0f3b52;
    position: absolute;
    display: block;
    right: 0;
    margin-top: -37px;
    padding: 11px 10px 7px;
    font-size: 12px;
    height: 37px;
    box-sizing: border-box;
}
.slider_detalle .cerrar .ico{
    float: left;
    margin-top: 2px;
}
.slider_detalle .cerrar .ico_leer{
    padding-bottom: 1px;
}
.slider_detalle .cerrar p{
    float: left;
    color: #ffc107;
    font-family: "Luckiest Guy";
    margin-right: 6px;
}

.slider_detalle a:hover{  
    background-color: #ffc107; 
}
.slider_detalle a:hover .ico svg path,
.slider_detalle a:hover .ico svg circle{
    fill: #0f3b52;
}
.slider_detalle a:hover p{
    color: #0f3b52;
}
/*****/
/*FAQ*/
/*****/

#faq:before{
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url("../img/faq/helados_2-min.gif") 0 0 repeat;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}
/**********/
/*ACORDEON*/
/**********/

/*svg .amarillo{      fill: #FFC107;  }
svg .rosa{          fill: #ff0b57;  }*/
#acordeones{
    width: 70%;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}
.acordeon{
    position: relative;
}
.acordeon h1{
    
}
.acordeon h1 span{
    margin-bottom: 0vh;
    padding-bottom: 1vh;
    padding-top: 1vh;
}
.acordeon h1 .numero{
    width: 50px;
    display: inline-block;
    text-align: center;
}
.acordeon h1 .texto{
    font-size: 27px;
    text-transform: uppercase;
    padding-left: 25px;
}
.acordeon h1 .cont_flecha{
    height: 33px;
    display: inline-block;
    float: right;
    position: relative;
    margin-right: 15px;
}
.acordeon h1 .flecha_ud{
    width: 30px;
    float: right;
    transform: translateY(-50%);
    position: relative;
        height: 34px;
    top: 50%;
}
.acordeon_content{
    overflow: hidden;
    height: 0;
}
.open {height: auto;}
.closed {height: 0;}

.acordeon_content p{
    border-left: 50px solid;
    position: relative;
    float: left;
    padding-left: 25px;
    padding-right: 0;
    width: 90%;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 18px;
    height: auto;
}
.acordeon_content .yop{
    position: relative;
    float: right;
    margin-top: 0;
}

.acordeon.tipo_a{    background-color: #ff0b57;}
.acordeon.tipo_a h1{    background-color: #ff0b57; color: #FFC107;}
.acordeon.tipo_a h1 .numero{  background-color: #FFC107; color: #ff0b57;}
.acordeon.tipo_a .acordeon_content p{ border-color: #FFC107; color: #FFC107;}

.acordeon.tipo_b{    background-color: #FFC107;}
.acordeon.tipo_b h1{    background-color: #FFC107; color: #ff0b57;}
.acordeon.tipo_b h1 .numero{  background-color: #ff0b57; color: #FFC107;}
.acordeon.tipo_b .acordeon_content p{ border-color: #ff0b57; color: #ff0b57; }
.acordeon.tipo_b .acordeon_content p a{ color: #ff0b57; font-family: 'Teko';}
.acordeon.tipo_b .acordeon_content p a:hover{ color: #6a138e;}


/**********/
/*CONTACTO*/
/**********/
#contacto:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(60,4,98);
    background: -moz-linear-gradient(top,  rgb(60,4,98) 0%, rgb(83,32,116) 100%);
    background: -webkit-linear-gradient(top,  rgb(60,4,98) 0%,rgb(83,32,116) 100%);
    background: linear-gradient(to bottom,  rgb(60,4,98) 0%,rgb(83,32,116) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c0462', endColorstr='#532074',GradientType=0 );

}
#stars{
    position: absolute;
    width: 100%;
    height: 100%;
}
.estrella{
    position: absolute;
    width: 20px;
    height: 20px;
}
#estrella_0{
    cursor: pointer;
    z-index: 4;
}
#saturno{
    position: absolute;
    top: 10%;
    left: 15%;
}

#cohete {
    position: absolute;
    left: 50%;
    margin-left: -137px;
    top: 110vh;
}

#luna{
    position: absolute;
    bottom: -570px;
    margin-left: -385px;
    left: 50%;
    transform: rotate(0deg);
}
#gracias{
    background-color: #ff00e4;
    width: 90px;
    height: 100%;
    margin: 110vh auto;
}
#gracias .letra{
    height: 100%;
    float: left;
    position: relative;
    width: 14.28%;
    text-align: center;
    overflow: hidden;
}
#gracias .letra p{
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    font-family: "Luckiest Guy";
    color: #FFF;
    font-size: 7vh;
    text-shadow: 5px 5px 0 #706916;
    width: 600%;
}
#gracias #letra_0{background-color: #ff1800;}
#gracias #letra_1{background-color: #ff9a00;}
#gracias #letra_2{background-color: #ffef00;}
#gracias #letra_3{background-color: #21dd00;}
#gracias #letra_4{background-color: #008cff;}
#gracias #letra_5{background-color: #6942ff;}
#gracias #letra_6{background-color: #ff00e4;}

#formulario{
    width: 310px;
    background-color: rgba(20,247,255,0.6);
    bottom: 120px;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -155px;
    border: 1px solid rgb(20,247,255);
    box-shadow: 0px 0px 10px 2px rgba(20,247,255,1);
    padding: 20px 10px;
    box-sizing: border-box;
    
}
input,
textarea{
    font-family: "Teko";
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
textarea {
  resize: none;
    height:210px; 
}
label{
    display: none;
}

.activo{
    cursor: pointer;
}
.mensaje-recibido{
    color: #280241;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 19px;
    display: none;
}
#btn_otro{
    border: 1px solid #fff;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    display: none;
    cursor: pointer;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
}
#btn_otro:hover{
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 20px 10px #fff;
}

::-webkit-input-placeholder { /* Chrome */
  color: #280241;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #280241;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #280241;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #280241;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}