
/*.header {
  background: url(pagina_construccion.jpg) no-repeat center;
  background-size: cover;
  min-height: 100vh;
}*/

/*
FUENTES 
Arial Rounded MT Bold -> Dr.Aventura
Bodoni Bd BT-> Cardinales

COLOR Dr-Aventura
background-color: rgba(51,189,164,0.8);
#33BDA4
COLOR + vivo
background-color: rgba(56,173,89,0.8);
*/

/*  #myBtn {
    width: 300px;
    padding: 10px;
    font-size:20px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 50px;
    z-index: 9999;
    background-color:#33BDA4;
  }
  .modal-header{
      color: white;
      background-color: rgba(33, 26, 23, 0.8); 
  }  
.modal-body {
color: white;
 background-color: rgba(33, 26, 23, 0.8);
}*/
#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(33, 26, 23, 0.8);
    box-shadow: 0px 0px 20px 13px rgba(33, 26, 23, 1);
    padding: 10px;
    text-align: center;
    z-index: 99;
}

#cajacookies button {
    color: black;
}
.resaltado{
    color:#33BDA4 !important;
    /*    -webkit-text-stroke: 0.1px #33BDA4;*/
}


/*
Para mover los lis del nav

li.nav-item:hover{
    -ms-transform: translate(0,25px);
  transform: translate(0,25px);
}
*/

html,body{
    color:white;
    font-family:'Opens Sans',helvetica;  
    height:100%;
    width:100%;
    margin: 0px;
}



a{
    color: white !important;
    /*    -webkit-text-stroke: 0.2px black;*/


}
header a:hover{
    color:#33BDA4 !important;
}
.eslogan{
    padding-top: 40vh;

}
.eslogan h1{
    font-size: 5em;
    -webkit-text-stroke: 2px black;
    color: white;
}
.fa-angle-down{
    stroke: black;
    stroke-width: 10;
    font-size: 7em;
}

/*medias de los esloganes*/
@media (min-width: 950px ) and (max-width: 1175px)  {
    .eslogan h1{
        font-size: 4em;
        /*        color:red;*/
    }
    .fa-angle-down{
        stroke: black;
        stroke-width: 10;
        font-size: 4em;
    }
}

@media (min-width: 716px ) and (max-width: 949px)   {
    .eslogan h1{
        font-size: 3em;
        /*        color:blue;*/
    }
    .fa-angle-down{
        stroke: black;
        stroke-width: 10;
        font-size: 3em;
    }
    /*    .eslogan{
            padding-top: 20vh;
    
        }*/
    /*    .main{
            padding-top: 20vh;
        }*/
    /*    .dr-navbar{
            width:8%; 
           
        }*/
}

@media (max-width: 715px)   {
    .eslogan h1{
        -webkit-text-stroke: 0.7px black;
        font-size: 2em;
        /*        color:yellow;*/
    }
    .fa-angle-down{
        stroke: black;
        stroke-width: 10;
        font-size: 2em;
    }
    .dr-navbar-reducido{
        width:15%; 

    }
    /*    .eslogan{
            padding-top: 15vh;
    
        }*/
    /*    .main{
            padding-top: 0vh;
        }*/
}


h3{
    color:white;
    text-shadow: 0px 0px 10px #211a17, 0 0 1em #211a17, 0 0 0.2em #211a17;
    /*    -webkit-text-stroke: 0.2px black;*/
    color: white;
    font-size: 2em;
}

body.index{
    background: url(../img/cuerdasm.jpg),url(../img/cuerdasm.jpg) no-repeat fixed;
    background-repeat: no-repeat,repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed,fixed;
    height: 100%;
    width: 100% ;
    text-align: center;

}
body.team {
    background: url(../img/aventura_empresa.jpg),url(../img/agua.jpg) no-repeat fixed;
  background-repeat: no-repeat,repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed,fixed;
    height: 100%;
    width: 100% ;
    text-align: center;

}
body.eventos{
    background: url(../img/helicoptero.jpg),url(../img/agua.jpg) no-repeat fixed ;
      background-repeat: no-repeat,repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed,fixed;
    height: 100%;
    width: 100% ;
    text-align: center;

}
body.ocio{
    background: url(../img/cuerdas.jpg),url(../img/cuerdas.jpg) no-repeat fixed 0 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100% ;
    text-align: center;

}
body.contacto{
    background: url(../img/cuerdas.jpg),url(../img/cuerdas.jpg) no-repeat fixed 0 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100% ;
    text-align: center;

}




.fondo{
    /*    background-color: #cccccc;*/

    background-color:rgba(150,202,185,0.8)
        /*    background: rgba(0,0,0,0.7);*/

}

/*.imagen{
    background: url(../img/cuerdas2.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100% ;
 
}*/

.header{
    position: fixed;
    top: 0;
    z-index: 2;
    font-size: 1.7em;

    /*
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 0;
    letter-spacing: 0.1em;
    word-spacing: 1em;
    font-family: 'Arial' !important;
    */
}

.dr-navbar{
    width: 8%;
}

.dr-navbar-reducido{
    width:6%; 
    transition: all ease-in-out 1.5s;
}

.logo{
    max-width: 100%;

}

.dr-collapse{
    justify-content: flex-end;
    text-align: end;
}

.solid{
    /*    width: 100%;*/
    transition: all ease-in-out 1.5s;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    background-color: rgba(33, 26, 23, 0.8);



    /*  background: rgba(51,189,164,0.63);
        background: -moz-linear-gradient(top, rgba(51,189,164,0.63) 0%, rgba(77,77,77,0.9) 72%, rgba(77,77,77,0.9) 72%, rgba(64,64,64,0.93) 82%, rgba(51,51,51,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,189,164,0.63)), color-stop(72%, rgba(77,77,77,0.9)), color-stop(72%, rgba(77,77,77,0.9)), color-stop(82%, rgba(64,64,64,0.93)), color-stop(100%, rgba(51,51,51,1)));
        background: -webkit-linear-gradient(top, rgba(51,189,164,0.63) 0%, rgba(77,77,77,0.9) 72%, rgba(77,77,77,0.9) 72%, rgba(64,64,64,0.93) 82%, rgba(51,51,51,1) 100%);
        background: -o-linear-gradient(top, rgba(51,189,164,0.63) 0%, rgba(77,77,77,0.9) 72%, rgba(77,77,77,0.9) 72%, rgba(64,64,64,0.93) 82%, rgba(51,51,51,1) 100%);
        background: -ms-linear-gradient(top, rgba(51,189,164,0.63) 0%, rgba(77,77,77,0.9) 72%, rgba(77,77,77,0.9) 72%, rgba(64,64,64,0.93) 82%, rgba(51,51,51,1) 100%);
        background: linear-gradient(to bottom, rgba(51,189,164,0.63) 0%, rgba(77,77,77,0.9) 72%, rgba(77,77,77,0.9) 72%, rgba(64,64,64,0.93) 82%, rgba(51,51,51,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33bda4', endColorstr='#333333', GradientType=0 );*/

    /*opacity: 0.7;*/

    /*transition: all ease-in-out 1.5s;    */
    /*    transition-timing-function: linear;
         transition: width 2s;
        background: rgba(51,189,164,1);
        background: -moz-linear-gradient(top, rgba(51,189,164,1) 0%, rgba(77,77,77,1) 89%, rgba(77,77,77,1) 89%, rgba(77,77,77,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,189,164,1)), color-stop(89%, rgba(77,77,77,1)), color-stop(89%, rgba(77,77,77,1)), color-stop(100%, rgba(77,77,77,1)));
        background: -webkit-linear-gradient(top, rgba(51,189,164,1) 0%, rgba(77,77,77,1) 89%, rgba(77,77,77,1) 89%, rgba(77,77,77,1) 100%);
        background: -o-linear-gradient(top, rgba(51,189,164,1) 0%, rgba(77,77,77,1) 89%, rgba(77,77,77,1) 89%, rgba(77,77,77,1) 100%);
        background: -ms-linear-gradient(top, rgba(51,189,164,1) 0%, rgba(77,77,77,1) 89%, rgba(77,77,77,1) 89%, rgba(77,77,77,1) 100%);
        background: linear-gradient(to bottom, rgba(51,189,164,1) 0%, rgba(77,77,77,1) 89%, rgba(77,77,77,1) 89%, rgba(77,77,77,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33bda4', endColorstr='#4d4d4d', GradientType=0 );*/
    /*    background-color: #96cab9;*/

    /*    opacity: 0.7;*/
    /*        background-color: rgba(128,128,128,0.9);*/
    /*    background-color: rgba(51,189,164,0.8);*/

}

.dr_color_btn {
    transition: all ease-in-out 1.5s;
    border: 1px solid white !important;
    color: white !important;

}

.org_btn_toggler {
    position: relative;
    background-color: transparent;
    border: 1px solid rgba(51,189,164);
    color: rgba(51,189,164);
    font-size: 2.25rem;
}

li.nav-item {
    padding-right: 2em;
}


main{
    padding-top: 40vh;
}

.dr-seccion{
    padding:0;
    margin:0;
}
.dr-seccion{
    padding:0;
    margin:0;
}
dr-seccion-contacto{
    margin-bottom: 30px;
    border-radius: 2em;
}
.row{
    z-index:0;
}
.dr-row{
    background-color: black;
    margin:0;
    box-shadow: 0px -15px 15px 0px rgba(0,0,0,0.5);
    /*    box-shadow: 0px 0px 20px 13px rgba(33, 26, 23, 1);*/
}
.dr-row-contacto{
    background-color: black;
    margin:0;
    box-shadow: 0px -15px 15px 0px rgba(0,0,0,0.5);
    border-radius: 2em;
} 

.video-cuadrante-contacto{
    border-radius: 2em;
}

main.contacto{
    padding-top: 15vh;
}

.dr-padding{
    padding: 0;
}
.dr-text{
    align-self: center;
}
/*div.dr-text{
padding-bottom: 10px;
}*/
.dr-text-contacto{
    align-items:flex-end;
}
.dr-text h1{
    color: #33BDA4;
}
.dr-text h2{
    color: #33BDA4 !important;
}

@media (max-width: 992px)  {
    .dr_giro{
        flex-direction: column-reverse;
    }

}


/*Modifica el tamaño del video*/
.embed-responsive-1by1::before{
    padding-top: 70%;
}

.dr-img{
    width: 100%;
    height: 100%;
}

.card{
    height: 50%;
}


.card-img, .card-img-bottom, .card-img-top {
    max-height: 300px;
    padding-top: 1em;
    height: 300px
}
/*@media (max-width:1500px){
    
    .row,.card{
        width: 50%;
        height: 70%;
        justify-content:center;
    }
    .card-img, .card-img-bottom, .card-img-top {
        width: 50%;
        height: 70%;
        
    }
}    */
.card-body{
    /*    color: #00cc99;*/
    word-wrap: break-word;
    color: black;
}
/*
.card-text{
     
  white-space: nowrap;
  overflow: hidden;
    text-overflow: ellipsis;
}
*/


.btn.focus, .btn:focus {
    outline: 0;
    /*box-shadow: 0 0 0 .2rem rgb(47, 106, 102);*/
    box-shadow: 0px 0px 10px 1px rgb(47, 106, 102);
}

.btn:hover {
    color: black !important;
    text-decoration: none;

}

/*.btn-uno{
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    background-color: white;
    color: rgb(51, 189, 164) !important;
    border: 1px solid rgb(51, 189, 164);
}*/

.btn-dos{
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    background-color: rgb(51, 189, 164);    
    border: 1px solid transparent;
}

/*.btn-tres{
    -webkit-box-shadow: inset 6px 6px 6px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 6px 6px 6px -4px rgba(0,0,0,0.5);
    box-shadow:inset 6px 6px 6px -4px rgba(0,0,0,0.5);
    background-color: white;
    color: rgb(51, 189, 164) !important;
    border: 1px solid rgb(51, 189, 164);
}*/
/*
.dr-emp1{
    background: url(../img/cuerdas.jpg);
      background-size: cover;


    text-align: center;
}
.dr-emp2{
    background: url(../img/niños.jpg)  no-repeat fixed 0 50%;
;
    text-align: center;
}
.dr-emp3{
    background: url(../img/tirolina.jpg)  no-repeat fixed 0 50%;

    text-align: center;
}
*/

/*prueba robo CSS*/
.DR-ROBO-css1{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 30px;
    overflow: hidden;
}


.DR-A-ROBO-css2{
    display: block;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    min-width: 300px;
    max-width: 360px;
    margin-bottom: 48px;
    /*border: 1px solid #33BDA4;*/
    /*    box-shadow: 0px 0px 20px 13px rgba(0,0,0,0.5);*/
    box-shadow: 0px 0px 20px 13px rgba(33, 26, 23, 1);
    /*    border: 1px solid #FFDC00;*/
    border-radius: 3em;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.DR-FIGURE-ROBO-css3{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    /*    -webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/

    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius:2em; 
}


.DR-CAJA-TEXTO-ROBO-css4{
    position: relative;
    padding: 192px 1rem 24px 1rem;
    z-index: 3;
    font-weight: bold;
    color: white !important;
    text-decoration: none;
    height: 370px;

    /*     white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/

}
.DR-ROBO-css1 a:hover{
    text-decoration: none;

}

.DR-ROBO-sombra{
    /*    -webkit-filter: grayscale(0%);
        filter: grayscale(0%);*/
    transform: scale(1.1); 
}
/*.DR-CAJA-TEXTO-ROBO-css4 p{
    width: 200px;
    border: 1px solid;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.dr-shadow{
    background-color: rgba(33, 26, 23, 0.9);
    /*    background: rgba(128,128,128,1);
        background: -moz-linear-gradient(left, rgba(128,128,128,1) 0%, rgba(115,115,115,1) 11%, rgba(102,102,102,1) 29%, rgba(89,89,89,1) 39%, rgba(87,87,87,1) 52%, rgba(64,64,64,1) 62%, rgba(51,51,51,1) 71%, rgba(38,38,38,1) 80%, rgba(26,25,26,1) 91%, rgba(0,0,0,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(128,128,128,1)), color-stop(11%, rgba(115,115,115,1)), color-stop(29%, rgba(102,102,102,1)), color-stop(39%, rgba(89,89,89,1)), color-stop(52%, rgba(87,87,87,1)), color-stop(62%, rgba(64,64,64,1)), color-stop(71%, rgba(51,51,51,1)), color-stop(80%, rgba(38,38,38,1)), color-stop(91%, rgba(26,25,26,1)), color-stop(100%, rgba(0,0,0,1)));
        background: -webkit-linear-gradient(left, rgba(128,128,128,1) 0%, rgba(115,115,115,1) 11%, rgba(102,102,102,1) 29%, rgba(89,89,89,1) 39%, rgba(87,87,87,1) 52%, rgba(64,64,64,1) 62%, rgba(51,51,51,1) 71%, rgba(38,38,38,1) 80%, rgba(26,25,26,1) 91%, rgba(0,0,0,1) 100%);
        background: -o-linear-gradient(left, rgba(128,128,128,1) 0%, rgba(115,115,115,1) 11%, rgba(102,102,102,1) 29%, rgba(89,89,89,1) 39%, rgba(87,87,87,1) 52%, rgba(64,64,64,1) 62%, rgba(51,51,51,1) 71%, rgba(38,38,38,1) 80%, rgba(26,25,26,1) 91%, rgba(0,0,0,1) 100%);
        background: -ms-linear-gradient(left, rgba(128,128,128,1) 0%, rgba(115,115,115,1) 11%, rgba(102,102,102,1) 29%, rgba(89,89,89,1) 39%, rgba(87,87,87,1) 52%, rgba(64,64,64,1) 62%, rgba(51,51,51,1) 71%, rgba(38,38,38,1) 80%, rgba(26,25,26,1) 91%, rgba(0,0,0,1) 100%);
        background: linear-gradient(to right, rgba(128,128,128,1) 0%, rgba(115,115,115,1) 11%, rgba(102,102,102,1) 29%, rgba(89,89,89,1) 39%, rgba(87,87,87,1) 52%, rgba(64,64,64,1) 62%, rgba(51,51,51,1) 71%, rgba(38,38,38,1) 80%, rgba(26,25,26,1) 91%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#000000', GradientType=1 );*/

    /*    background-image: url(../img/cuerdas0.jpg);*/
    /*  -webkit-filter: grayscale(0%);
        filter: grayscale(0%);*/
    /*    background-blend-mode: luminosity;*/
}

.dr-shadow-rw{
    background-color: rgba(33, 26, 23, 0.9);
    /*    background: rgba(0,0,0,1);
        background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(26,25,26,1) 9%, rgba(38,38,38,1) 20%, rgba(51,51,51,1) 29%, rgba(64,64,64,1) 38%, rgba(87,87,87,1) 48%, rgba(89,89,89,1) 61%, rgba(102,102,102,1) 71%, rgba(115,115,115,1) 89%, rgba(128,128,128,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(9%, rgba(26,25,26,1)), color-stop(20%, rgba(38,38,38,1)), color-stop(29%, rgba(51,51,51,1)), color-stop(38%, rgba(64,64,64,1)), color-stop(48%, rgba(87,87,87,1)), color-stop(61%, rgba(89,89,89,1)), color-stop(71%, rgba(102,102,102,1)), color-stop(89%, rgba(115,115,115,1)), color-stop(100%, rgba(128,128,128,1)));
        background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(26,25,26,1) 9%, rgba(38,38,38,1) 20%, rgba(51,51,51,1) 29%, rgba(64,64,64,1) 38%, rgba(87,87,87,1) 48%, rgba(89,89,89,1) 61%, rgba(102,102,102,1) 71%, rgba(115,115,115,1) 89%, rgba(128,128,128,1) 100%);
        background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(26,25,26,1) 9%, rgba(38,38,38,1) 20%, rgba(51,51,51,1) 29%, rgba(64,64,64,1) 38%, rgba(87,87,87,1) 48%, rgba(89,89,89,1) 61%, rgba(102,102,102,1) 71%, rgba(115,115,115,1) 89%, rgba(128,128,128,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(26,25,26,1) 9%, rgba(38,38,38,1) 20%, rgba(51,51,51,1) 29%, rgba(64,64,64,1) 38%, rgba(87,87,87,1) 48%, rgba(89,89,89,1) 61%, rgba(102,102,102,1) 71%, rgba(115,115,115,1) 89%, rgba(128,128,128,1) 100%);
        background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(26,25,26,1) 9%, rgba(38,38,38,1) 20%, rgba(51,51,51,1) 29%, rgba(64,64,64,1) 38%, rgba(87,87,87,1) 48%, rgba(89,89,89,1) 61%, rgba(102,102,102,1) 71%, rgba(115,115,115,1) 89%, rgba(128,128,128,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#808080', GradientType=1 );*/

}
.dr-shadow2{
    background-color: rgba(33, 26, 23, 0.9);
    /*background: rgba(128,128,128,1);
    background: -moz-linear-gradient(top, rgba(128,128,128,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128,128,128,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(128,128,128,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(128,128,128,1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(128,128,128,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(128,128,128,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#000000', GradientType=0 );*/
    /*    background: rgba(128,128,128,1);
        background: -moz-linear-gradient(left, rgba(128,128,128,1) 0%, rgba(115,115,115,1) 11%, rgba(102,102,102,1) 29%, rgba(89,89,89,1) 39%, rgba(87,87,87,1) 52%, rgba(64,64,64,1) 62%, rgba(51,51,51,1) 71%, rgba(38,38,38,1) 80%, rgba(26,25,26,1) 91%, rgba(0,0,0,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(128,128,128,1)), color-stop(11%, rgba(115,115,115,1)), color-stop(29%, rgba(102,102,102,1)), color-stop(39%, rgba(89,89,89,1)), color-stop(52%, rgba(87,87,87,1)), color-stop(62%, rgba(64,64,64,1)), color-stop(71%, rgba(51,51,51,1)), color-stop(80%, rgba(38,38,38,1)), color-stop(91%, rgba(26,25,26,1)), color-stop(100%, rgba(0,0,0,1)));
        background: -webkit-linear-gradient(left, rgba(128,128,128,1) 0%, rgba(115,115,115,1) 11%, rgba(102,102,102,1) 29%, rgba(89,89,89,1) 39%, rgba(87,87,87,1) 52%, rgba(64,64,64,1) 62%, rgba(51,51,51,1) 71%, rgba(38,38,38,1) 80%, rgba(26,25,26,1) 91%, rgba(0,0,0,1) 100%);
        background: -o-linear-gradient(left, rgba(128,128,128,1) 0%, rgba(115,115,115,1) 11%, rgba(102,102,102,1) 29%, rgba(89,89,89,1) 39%, rgba(87,87,87,1) 52%, rgba(64,64,64,1) 62%, rgba(51,51,51,1) 71%, rgba(38,38,38,1) 80%, rgba(26,25,26,1) 91%, rgba(0,0,0,1) 100%);
        background: -ms-linear-gradient(left, rgba(128,128,128,1) 0%, rgba(115,115,115,1) 11%, rgba(102,102,102,1) 29%, rgba(89,89,89,1) 39%, rgba(87,87,87,1) 52%, rgba(64,64,64,1) 62%, rgba(51,51,51,1) 71%, rgba(38,38,38,1) 80%, rgba(26,25,26,1) 91%, rgba(0,0,0,1) 100%);
        background: linear-gradient(to right, rgba(128,128,128,1) 0%, rgba(115,115,115,1) 11%, rgba(102,102,102,1) 29%, rgba(89,89,89,1) 39%, rgba(87,87,87,1) 52%, rgba(64,64,64,1) 62%, rgba(51,51,51,1) 71%, rgba(38,38,38,1) 80%, rgba(26,25,26,1) 91%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#000000', GradientType=1 );*/
}
.imagen-pie{
    /*  background: url(../img/techo.png)  no-repeat fixed center;*/
    background: url(../img/tirolina.jpg)  no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*    background-attachment: fixed;*/
    height: 50%;
    width: 100% ;
    text-align: center;
}
.pie{
    background-color: rgba(33, 26, 23, 0.9);

    /*background: rgba(44,44,44,1);
    background: -moz-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(71,71,71,1) 0%, rgba(71,71,71,1) 0%, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 0%, rgba(26,26,26,1) 10%, rgba(51,51,51,1) 22%, rgba(77,77,77,1) 32%, rgba(102,102,102,1) 43%, rgba(128,128,128,1) 53%, rgba(153,153,153,1) 62%, rgba(179,179,179,1) 71%, rgba(191,191,191,1) 76%, rgba(204,204,204,1) 84%, rgba(230,230,230,1) 92%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,44,44,1)), color-stop(0%, rgba(71,71,71,1)), color-stop(0%, rgba(71,71,71,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(28,28,28,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(10%, rgba(26,26,26,1)), color-stop(22%, rgba(51,51,51,1)), color-stop(32%, rgba(77,77,77,1)), color-stop(43%, rgba(102,102,102,1)), color-stop(53%, rgba(128,128,128,1)), color-stop(62%, rgba(153,153,153,1)), color-stop(71%, rgba(179,179,179,1)), color-stop(76%, rgba(191,191,191,1)), color-stop(84%, rgba(204,204,204,1)), color-stop(92%, rgba(230,230,230,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(71,71,71,1) 0%, rgba(71,71,71,1) 0%, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 0%, rgba(26,26,26,1) 10%, rgba(51,51,51,1) 22%, rgba(77,77,77,1) 32%, rgba(102,102,102,1) 43%, rgba(128,128,128,1) 53%, rgba(153,153,153,1) 62%, rgba(179,179,179,1) 71%, rgba(191,191,191,1) 76%, rgba(204,204,204,1) 84%, rgba(230,230,230,1) 92%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(71,71,71,1) 0%, rgba(71,71,71,1) 0%, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 0%, rgba(26,26,26,1) 10%, rgba(51,51,51,1) 22%, rgba(77,77,77,1) 32%, rgba(102,102,102,1) 43%, rgba(128,128,128,1) 53%, rgba(153,153,153,1) 62%, rgba(179,179,179,1) 71%, rgba(191,191,191,1) 76%, rgba(204,204,204,1) 84%, rgba(230,230,230,1) 92%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(71,71,71,1) 0%, rgba(71,71,71,1) 0%, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 0%, rgba(26,26,26,1) 10%, rgba(51,51,51,1) 22%, rgba(77,77,77,1) 32%, rgba(102,102,102,1) 43%, rgba(128,128,128,1) 53%, rgba(153,153,153,1) 62%, rgba(179,179,179,1) 71%, rgba(191,191,191,1) 76%, rgba(204,204,204,1) 84%, rgba(230,230,230,1) 92%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(44,44,44,1) 0%, rgba(71,71,71,1) 0%, rgba(71,71,71,1) 0%, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 0%, rgba(26,26,26,1) 10%, rgba(51,51,51,1) 22%, rgba(77,77,77,1) 32%, rgba(102,102,102,1) 43%, rgba(128,128,128,1) 53%, rgba(153,153,153,1) 62%, rgba(179,179,179,1) 71%, rgba(191,191,191,1) 76%, rgba(204,204,204,1) 84%, rgba(230,230,230,1) 92%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#ffffff', GradientType=0 );*/


    /*    background: rgba(102,102,102,1);
        background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 0%, rgba(77,77,77,1) 0%, rgba(77,77,77,1) 0%, rgba(77,77,77,1) 11%, rgba(77,77,77,1) 11%, rgba(51,189,164,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(0%, rgba(71,71,71,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(28,28,28,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(77,77,77,1)), color-stop(0%, rgba(77,77,77,1)), color-stop(11%, rgba(77,77,77,1)), color-stop(11%, rgba(77,77,77,1)), color-stop(100%, rgba(51,189,164,1)));
        background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 0%, rgba(77,77,77,1) 0%, rgba(77,77,77,1) 0%, rgba(77,77,77,1) 11%, rgba(77,77,77,1) 11%, rgba(51,189,164,1) 100%);
        background: -o-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 0%, rgba(77,77,77,1) 0%, rgba(77,77,77,1) 0%, rgba(77,77,77,1) 11%, rgba(77,77,77,1) 11%, rgba(51,189,164,1) 100%);
        background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 0%, rgba(77,77,77,1) 0%, rgba(77,77,77,1) 0%, rgba(77,77,77,1) 11%, rgba(77,77,77,1) 11%, rgba(51,189,164,1) 100%);
        background: linear-gradient(to bottom, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 0%, rgba(77,77,77,1) 0%, rgba(77,77,77,1) 0%, rgba(77,77,77,1) 11%, rgba(77,77,77,1) 11%, rgba(51,189,164,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#33bda4', GradientType=0 );*/

    text-decoration: none;

    margin: 0px 0px 0px 0px;  
    padding: 50px;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.5);
    /*     box-shadow: 0px 0px 20px 13px rgba(33, 26, 23, 1);*/
    /*    background-color:#96cab9;*/
}
.social-header a{
    font-size: 2em;
    color:gray;
    word-spacing: 1em;
}
.footer_li{
    line-height: 3em;
}
footer a:hover{
    color:#33BDA4 !important;
    text-decoration: none;

}