*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;  
    font-family: 'Rajdhani', sans-serif;

}

header{
    background-size: cover;
    background-position: center;
}
/*Barra fija*/

.barra-fija{
    width: 100%;
    height: 90px;
    background-color: #65bc8b00;
    display: flex;
    padding: 25px;
    z-index: 10;
    float: left;
    position: absolute;
    justify-content:center;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f248;   
}

.logos img{
    width: 180px;
    position: fixed;
    left: 40px;
}

.logo{
    margin-bottom: 50px;
}

.secciones{
    display: flex;
    list-style: none;   
}

.secciones li{
    padding: 15px;

}

.secciones li a{
    text-decoration: none;
    color: #fff;
}

.secciones li a:hover{
    font-weight:600;
}
.nav{
    position: fixed;
    background-color:#00000062;
    border-bottom: none;
    z-index: 20;
}

/*inicio cabra*/

.goat{
    width: 28vw;
    height: 90px;
    position: fixed;
    display:flex;
    align-items: center;
    justify-content: right;
    right: 30px;
    top: 0px;
    z-index: 999;
}

.cabra_33{
    width: 100px;
    height: 100px;
    background-repeat: no-repeat; 
    animation-name: cabra;
    animation-duration: 1s;
    animation-fill-mode: inherit;
    animation-iteration-count:infinite;
    animation-delay:inherit;
    transition-duration: 0ms;
    z-index: 999;
 
}

@keyframes cabra {
    from{background-image: url("https://goatplace.net/img/cabra_333.png");}
    to {background-image: url("https://goatplace.net/img/cabra_111.png");}
   
  }


.boton3{
    width: 180px;
    height: 4em;
    justify-content: center;
    border-radius: 1rem;
    color: #ffffff;
    cursor: pointer;
    font-weight: 100;
    line-height: 1;
    transition: all .4s ease;
    margin-left: 20px;

    }
    
    .boton3 a{
        text-decoration: none;
        color: rgb(255, 255, 255);
        width: auto;
        height: 100%;
        font-size: 2rem;
        display: flex;
        align-items: center;
        text-align: center;
        animation: neon1 1.5s ease-in-out infinite alternate;
    }


/* NEON*/

/*Neon*/

  
  
  @keyframes neon1 {
    from {
        text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff,
        0 0 5px #fff, ;
    }
    to {
      text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff,
        0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #ffffff;
    }
  }
  
  

  
/* FIN NEON*/

/*fin cabra*/

/* h1_cont */
.h1_cont{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.img_1{
    width: 100%;
    height: auto;
}

.titulo_h1{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    color: white;
    top: 30%;
    left: 0%;
    display: block;
    text-align: center;
    z-index: 3;
}
h1{
    font-size: 9vw;
}

.titulo_h1 p{
    font-size: 20px;
}

.boton2{
    margin-top: 20px;
    align-items: center;
    justify-self: start;
    justify-content: center;
    border: 0.1875rem solid #99C9C7;
    box-shadow: 0.375rem 0.375rem 1.25rem rgb(153 201 199 / 50%);
    background-color: #fff;
    border-radius: 1rem;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-weight: 600;
    height: 2%;
    line-height: 1;
    transition: all .4s ease;
    padding: 0 1rem;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    min-width: 4%;
    z-index: 1;
    vertical-align: middle;
    }
    
    .boton2 a{
        text-decoration: none;
        color: black;
        width: auto;
        height: 80%;
        text-align: center;
        padding: 8px;;
        
    }
    
    a:hover{
        color: #fff;
    }
    
    .boton2:hover{
        background-color: black;
       
    }
.video1{
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-bottom: -6px;
       
}

.video12{
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-bottom: -6px;
    display: none;
}

.sombra{
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:#00000062;   
}

/* fin hi_cont */
/*inicio starter*/
.starter_cont{
    width: 100%;
    height:auto;
    margin: 0 auto;
    text-align: center;
    margin-top: 8vw;
}

.img-cont{
    width: 85%;
    height: 30vw;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    margin-top: 50px;
}

.izq{
    width: 50%;
    overflow: hidden;
    float: left;
    padding-left: 2vw;
    padding-top: 5vw;
}
.derecha{
    width: 50%;
    float: right;
    z-index: 10;
    position: relative;

    /* background-color: cadetblue; */
}
.circulo{
    width: 400px;
    height: 400px;
    background-image: url("https://goatplace.net/img/dot-grid.webp");
    border-radius: 50%;
    left: -50px;
    top: 8vw;
    position: absolute;
    z-index: -1;
}
.titulo_izq{
    font-size: 3vw;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -1.8px;
    font-family: neuzeit-grotesk, sans-serif;
    color: #252529;
 
}

.sub_titulo_izq{
    font-family: neuzeit-grotesk, sans-serif;
    color: #252529b9;
    font-size: 1.2vw;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 1.5vw;
    margin-top: 1.5vw;
    padding-right: 4vw;
}

.derecha img{
    max-width: 100%;
}

.card_cont{
    width: 85%;
    margin: 0 auto;
    margin-bottom: 2em; 
}

.card{
    width: 360px;
    height: 500PX;
    display: inline-block;
    margin:1em;
    background: #ffffff;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    padding: 2em;
    padding-top: 5em;
    border-style: solid;
    border-width: 1px;
    border-color: #00060c1a;
    text-align: left;
    -webkit-box-shadow: -1px 4px 126px -94px rgba(0,123,255,0.45);
    -moz-box-shadow: -1px 4px 126px -94px rgba(0,123,255,0.45);
    box-shadow: -1px 4px 126px -94px rgba(0,123,255,0.45);
    
}

.titulo_card{
    font-size: 2.4rem;
    line-height: 2.25rem;
    font-weight: bold;
    padding-left: 32px;
}

.ul_card{
    font-size: 1.1em;
    font-weight: 500;
    font-family: 'Rajdhani', sans-serif;
    text-align: left;
    margin-left: 20px;
    padding: 15px;
    list-style: none;
    color:#404043;   
}

.ul_card li{
    padding-top: 1em;
}


.boton_star{
    width: 100%;
    height: 40px;
    font-size: 1.2em;
    display: flex;
    justify-content: left;
    color: #007aff;
    text-decoration: none;
    font-weight: 600;
    padding-top: 35px;
    padding-left: 35px;
}

.boton_star:hover{
    color:#007aff;
    transform: scale(1.09);
}

/*fin starter*/

/* proyectos */

/* .proyectos{
    width: 100%;
    height: 630px;
    background-color: #e0e0e0;
    float: left;
   
} */

/* .h2{
    width: 50%;
    height: auto;
    margin: 0 auto;
    float: left;
    padding: 8%;
}

h2{
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgba(23, 23, 24, 0.749);
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    text-align: center;
} */

.subtitulo{
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: -3px;
    font-family: neuzeit-grotesk, sans-serif;
    color: #252529;
    font-size: 2em;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -1.8px;
    width: 100%;
    text-align: center;
}
.parrafo{
    text-align: center;

}
/* .img_proyectos{
    width: 50%;
    float: right;
}

.img_proyectos img{
    max-width: 100%;
} */



/* accordion */

h3{
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: -3px;
    font-family: neuzeit-grotesk, sans-serif;
    color: #252529;
    font-size: 44px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -1.8px;
    width: 100%;

}

.preguntas
{
    min-height: 400px;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    /* justify-content: center;
    align-items:center; */
}

.preguntasCont{
    padding-top:50px;
    padding-left: 50px;
    width: 60%;
    background-color: rgb(255, 255, 255);
}

.contentCar{
    width: 80%;
    float: right;
}

.accordion {
    max-width: 800px;
}

.accordion .contentCar{
    position: relative;
    margin: 10px 20px;

}

.accordion .contentCar .label{
    position: relative;
    padding:10px;
    background: #e9e9e9;
    color:rgb(20, 20, 20);
    cursor: pointer;

}

.accordion .contentCar .label::before{
    content: '+';
    position: absolute;
    top:50%;
    right: 20px;
    transform: translateY(-50%);
    font-size:1.5em;
}
.accordion .contentCar.active .label::before{
    content: '-';

}
.accordion .contentCar .content {
    position:relative;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    overflow-y:auto;
}

.accordion .contentCar.active .content{
    height: 150px;
    padding: 10px;
}

.cotizacion{
    width: 30%;
    height: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 2em;
    float: right;
    border-left: 1px solid #e0e0e0;
    padding: 2em;
    /* background-color:aquamarine; */
}

h4{
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: -3px;
    font-family: neuzeit-grotesk, sans-serif;
    color: #252529;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -1.8px;
    width: 100%;
    text-align: left;
}


/* inicio maps */

.maps{
    width: 100%;
    height: 46vw;
    /* background-image: url('file:///G:/Mi%20unidad/WEB_JJ/Goatsplace.com/front/img/amcharts.pixelMap.png');   */
    background: #8e9eab;  /* fallback for old browsers */
/* background: -webkit-linear-gradient(to top, #8e9eab,#ffffff )  Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #8e9eab, #ffffff ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: 99;
}

.maps-img{
    width: 40%;
    float:right;
    margin-top: 6%;
    margin-right: 6%;
}

.titulo-maps{
    width: 50%;
    /* height: 800px; */
    margin:3% 0 auto;
    float: left;
    padding: 8%;
    
}

/* fin maps */

/* inicio marca */

.marca{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: linear-gradient(to top, #252529ef,#8e9eab);
}
.titulo_marca{
    width: 100%;
    margin: 0 auto;
    color: white;
    text-align: center;
    z-index: 99;
    position: absolute;
    top: 6vw;
    
}
.results {
    padding-top: 0px;
    width: 100%;
    max-height: 400px;
    z-index: 99; 
    
 
}

.results-text{
    margin-bottom: 2vw;
    
  }


.video2{
    width: 100%;
    height: auto;           
}
.video22{
    display: none;        
         
}


.conten-results {
    display: flex;

}


.results-text h5 {
    color: #fff;
    font-size: 3vw;
}

.results-text p {
    color: #fff;
    font-weight: 300;
    margin: 1vw 0;
    padding: 0vw 10vw;
    font-size: 13px;
}


.results-text>a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    padding:  0;
    width: 10vw;
    text-align: center;
    border-radius: 5px;
}

/* carrusel*/
.slider{
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    background-color: #00000026;
}

.slider .slide-track{
    display: flex;
    animation: scroll 50s linear infinite;
    -webkit-animation: scroll 50s linear infinite;
    width: calc(990px * 8);
}

.slider .slide{
    width: 200px;
}

.slider .slide {
    width: 100%;
    display: flex;
}

.slide img{
    height: 65px;
    padding-left: 0px;
    padding-right: 0px;
}
 

@keyframes scroll{
    0% {
        -webkit-transform: translateX(0);
        transform:translateX(0);
    }
    100%{
        -webkit-transform:translateX(calc(-990px*4));
        transform:translateX(calc(-990px*4));
    }
}


/* fin carrusel*/


/* fin marca */



/* footer */

footer {
    background: linear-gradient(to top, #000 , #252529ef );
    padding: 60px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
    z-index: 90;
    box-sizing: border-box;
    
}

.partFooter {
    width: 20%;
    text-align: center;
}

.logosf img{
    width: 180px;
}

.logof{
    margin-bottom: 50px;
}

.partFooter h6 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.partFooter a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    transition: color .3s ease-in-out;
    margin-bottom: 10px;
}


.social-media i {
    font-size: 20px;
    display: inline-block;
    color: #adb6c7;
    border: 1px solid #adb6c7;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    transition: all ease-in-out .3s;
    margin-right: 5px;
}

.social-media i:hover {
    color: #fff;
    background-color: #99C9C7;
    border-color: #99C9C7;
}

.legales{
    width: 100%;
    height: 50px;
    background-color: #000;
    float: inline-end;

}

.legal{
    font-size: 15px;
    color: white;
    text-align: right;
    padding-right: 1%;
    padding-top: 5px;
}
/* fin footer */

/* boton de wapp */

.btn-whatsapp {
    display:block;
    width:70px;
    height:70px;
    color:#fff;
    position: fixed;
    right:5px;
    bottom:5px;
    border-radius:50%;
    line-height:40px;
    text-align:center;
    z-index:999;
}

.btn-whatsapp img{
    width: 50px;

}

/* boton de llamada*/

.btn-llamada {
    display:block;
    width:70px;
    height:70px;
    position: fixed;
    left:5px;
    bottom:5px;
    border-radius:50%;
    line-height:40px;
    text-align:center;
    z-index:999;
}

.btn-llamada  img{
    width: 50px;

}

.btn-llamada span{
    user-select: none;
    background-color: rgba(70,70,70,.9);
    position: absolute;
    left: 68px;
    border-radius: 2px;
    font-family: Helvetica,Arial,sans-serif;
    padding: 6px 8px;
    font-size: 13px;
    font-weight: 700;
    color: #ececec;
    top: 15px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    word-break: keep-all;
    line-height: 1em;
    text-overflow: ellipsis;
    vertical-align: middle;

}





/* media */

@media (max-width: 1075px){

    /*barra fija */
    .secciones{
        display: none;
        list-style: none;   
    }
    .goat{
        width: 46vw;
    }
    /*fin barra fija*/
    /* inicio starter media*/
    .img-cont{
        height: 90vw;
    }
    .izq{
        width: 100%;

    }

    .derecha{
        width: 100%;
    }

    .titulo_izq{
        font-size:2.5em ;
    }
    .sub_titulo_izq{
        font-size: 1.2em;
    }
    /*fin starter media*/

}
@media (max-width: 875px){
    .proyectos{
        width: 100%;
        height: 530px;
        background-color: #e0e0e0;
        /* float: left; */
        
        
    }
    
    /* .h2{
        width: 100%;
        height: 800px;
        margin: 0 auto;
        float: left;
        padding: 8%;
    }
    .img_proyectos{
        width: 50%;
        float: left;
        display: none;
    } */
    
}
@media (max-width: 575px) {


    .logos img{
        width: 90px;
    }
    
    .logo{
        margin-top: -5px;
        float: left;
    }
    
   
    .secciones{
        display: none;
        list-style: none;   
    }
    h1{
        font-size: 35px;
    }
    
    .titulo_h1 p{
        font-size: 12px;
    }

    .video1{
        display:none;
           
    }

    .video12{
        display: inline;
    }
    .boton2{
        margin-top: 20px;
        padding: 0 1rem;
        min-width: 1%;
       
        }

.barra-fija{
    width: 100%;
    height: 20px;
    background-color: #218f5100;
    display: flex;
    z-index: 10;
    float: left;
    position: absolute;
    justify-content:space-around;
    border-bottom: 1px solid #f2f2f248;
    box-sizing: border-box;
    padding: 25px;
    
}
.nav{
    position: fixed;
    background-color:#00000062;
    border-bottom: none;
    z-index: 99;
    margin-top: 1px;
}

.goat{
    width: 250px;
    height: 60px;
    right: 20px;
    top: 0px;
    margin: 0;
    padding: 0;
}

.cabra_33{
    width: 80px;
    height:60px;
    margin-right:-20px;
    padding: 0;
    background-size:cover;
    float: right;
}

.boton3{
    width: 50px;
    margin: 0;
    padding: 0;
    align-items: start;
}

.boton3 a{
    font-size: 20px;
    margin: 0;
    padding: 0;
}

/* fin header */

/* inicio starter media*/
  .img-cont{
    height: 140vw;
}
.izq{
    width: 100%;
    margin-bottom: 30px;

}

.sub_titulo_izq{
    margin-top: 20px;
}

.card_cont{
    width: 100%;
}

.card{
    width: 80%;
    height: 380px;
    display: inline-block;
    margin:0;
    padding: 2em;
    text-align: center;
    
}

.titulo_card{
    font-size: 1.8rem;
    line-height: 1.25rem;
    font-weight: bold;
    padding-left: 0;
}

.ul_card{
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    margin-left: 0;
    padding:0; 
}

.ul_card li{
    padding-top: 1em;
}


.boton_star{
    width: 100%;
    height: 40px;
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 1.3em;
    padding-left: 0;
    justify-content: center;
}

.circulo{
    width: 200px;
    height: 200px;
    left: -50px;
    top: 10vw;
    position: absolute;
    z-index: -1;
}


/*fin starter media*/

/* .proyectos{
    width: 100%;
    height: 530px;
    background-color: #e0e0e0;    
    
}

.h2{
    width: 100%;
    height: 800px;
    margin: 0 auto;
    float: left;
    padding: 8%;
}


.img_proyectos{
    width: 50%;
    float: left;
    display: none;
} */

/* fin de seccion 2 */
h3{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: neuzeit-grotesk, sans-serif;
    color: #252529;
    font-size: 44px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -1.8px;
    

}

.preguntas
{
    background-color: #ffffff;
    width: 100%;
    display: inline-block;
    /* justify-content: center;
    align-items:center; */
}

.preguntasCont{
    padding-top:50px;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.contentCar{
    width: 100%;
}




.cotizacion{
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 1px solid #e0e0e0;
    padding: 50px;
}

h4{
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: neuzeit-grotesk, sans-serif;
    color: #252529;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.pc{
    text-align: center;
}
 
/* fin seccion preguntas */


.maps{
    width: 100%;
    height: 600px;
    /* background-image: url('file:///G:/Mi%20unidad/WEB_JJ/Goatsplace.com/front/img/amcharts.pixelMap.png');   */
    background: #8e9eab;  /* fallback for old browsers */
/* background: -webkit-linear-gradient(to top, #8e9eab,#ffffff )  Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #8e9eab, #ffffff ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: 99;
}

.maps-img{
    width: 100%;
    height: auto;
    /* width: 50%; */
    margin-top: 4%;
    margin-right: 4%;
    padding-left: 20px;
    
}

.titulo-maps{
    width: 100%;
    /* height: 800px; */
    margin:3% 0 auto;
    padding: 8%;

}

/* fin maps */


.video2{
     
    display: none;  
         
}
.video22{
    width: 100%;
    height: auto;
    display: block;  
    margin: 0;   
    padding: 0;           
}




/* inicio footer */

.footer{
    display: inline;
    z-index: -1;
    position: absolute;


}

.partFooter {
    width: 100%;
    text-align: center;

    
}
.partFooter2 {
    width: 100%;
    text-align: center;
    margin: 0 auto;

}



.legal{
    text-align: center;
}

.partFooter2 .logof {
    
    max-width: 100%;
    margin: 0 auto;

       
}


.logof{
    margin: 0 auto;
    width: 190px;
}


  }