*{
    margin: 0;
    /* font-family: 'Arimo', sans-serif; */
    font-family: 'Lato', sans-serif;
}
body{
    background-color: #000807;

}
.link{
    text-decoration: none;
}
/* HEADER */
.header{
    background-color: #011936;
    height: 9%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    width: 100%;
}
/* LOGO */
.header__contenedor-logo{
    width: 30%;
    height: 100%;    
    
}
.header__contenedor-logo a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.logo{
    height: 100%;
    width: auto;
}

.header__contenedor-logo{
    margin-left: 2%;
    max-height: 80%;
}

/* FIN LOGO */

/* NAVEGADOR */
.header__navegador{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    width: 30%;
}

.header__navegador a{
    text-decoration: none;
    color: #FF11FF;
    font-size: large;
}

/* FIN NAVEGADOR */

/* TELEFONO */
.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.header__contenedor-telefono{
    width: 30%;

}

.header__telefono{
    color: #FF11FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
}
/* FIN HEADER */

/* SEGMENTOS */
.segmento{
    width:100%;
    height:100vh;
    /* padding-top: 4rem; */
}

/* PRIMER SEGMENTO */
.primer-segmento{
    background-image: url(../spa/img/portada_google.jpg);
    background-position: center;
    background-size: 100%;
    padding-top: 4rem;
    margin-bottom: -4rem;
}
.primer-segmento__container-texto{
    margin-top: 13%;
    margin-bottom: 10%;
    margin-left: 7%;
}
.primer-segmento__texto{
    color:#FF11FF;
    font-weight:500;
    -webkit-text-stroke: 1px #000807cb;
}
.primer-segmento__titulo{
    font-size: 3rem;
}
.primer-segmento__subtitulo{
    font-size: 1.5rem;
    font-weight:lighter;
}
.primer-segmento__telefono{
    display: flex;
    font-size: 2.5rem;
    margin-top: 2rem;
}

.primer-segmento__boton a{
    text-decoration: none;
}
.primer-segmento__boton{
    width: 15rem;
    height: 2.5rem;
    font-weight: bolder;
    background-color: #011936;
    border: 1px solid #000807;
    color: #FF11FF;
    margin-left: 7%;
}

.primer-segmento__boton:active{
    width: 15rem;
    height: 2.5rem;
    color: #011936;
    font-weight: bolder;
    background-color: #FF11FF;
    border: 1px solid #000807;

}
.primer-segmento__boton a:active{
    text-decoration: none;
    color: #011936;
}



/* FIN PRIMER SEGMENTO */

/* SEGUNDO SEGMENTO */
.segundo-segmento{
    background-color: #011936;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 60vh;
    height: auto;
}
.segundo-segmento__titulo{
    font-size: 3rem;
    color: #FF11FF;
    margin-top: 5rem;
    /* -webkit-text-stroke: 0.0000001rem #FF11FF; */
}
.segundo-segmento__texto{
    margin-top: 1rem;
    max-width: 60%;
    font-size: 1.3rem;
    margin-bottom: 5rem;
}
.segundo-segmento__texto p{
    margin-top: 1rem;
    color: #FF11FF;
}

/* FIN SEGUNDO SEGMENTO */

/* TERCER SEGMENTO */
.tercer-segmento{
    background-color: #ff11ff81;
    background-color: #4281A4;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tercer-segmento__titulo{
    color: #011936;
    margin-top: 5rem;
    font-size: 3rem;
}
.formulario{
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.formulario__lista{
    list-style-type: none;
    text-align: center;
    padding: 0;
}
.caja-input{
    width: 30rem;
    height: 2rem;
    resize: none;
    padding: 0.1rem;
    border: 1px solid #011936;
    background-color: #FFFFFA;
    margin-bottom: 0.3rem;
}
.caja-texto{
    height: 6rem;
    padding-top: 0.3rem;
}
.tercer-segmento__subtitulo{
    font-size: 2.5rem;
    color: #011936;
}
.tercer-segmento__contenedor-telefono-mail{
    margin-top: 3rem;
    display: flex;
    width: 35rem;
    justify-content: space-between;
}
.tercer-segmento__telefono{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    color: #FFFFFA;
}
.contenedor-mail-telefono{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tercer-segmento__mail{
    margin-top: 0.5rem;
    font-size: 1.5rem;
    color: #FFFFFA;
}
/* FIN TERCER SEGMENTO */
/* FIN SEGMENTOS */




/************************************ MEDIA QUERY ************************************/
/************************************ MEDIA QUERY ************************************/
/************************************ MEDIA QUERY ************************************/

@media (max-width: 650px) {
       
    /* HEADER */
    .header{
        justify-content: space-between;
        /* background-color: #011936;
        height: 9%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        width: 100%; */
    }
    /* LOGO */
    .header__contenedor-logo{
        width: 35%;
        margin-left: 2%;
        max-height: 80%;
    }
    .logo{
        width: 100%;
        height: auto;
        
    }
    /* FIN LOGO */

    /* NAVEGADOR */
    .header__navegador{
        width: 55%;
        margin-right: 2%;
        /* display: flex;
        height: 100%;
        align-items: center;
        justify-content: space-between;
        width: 30%; */
    }

    .header__navegador a{
        font-size: medium;
        /* text-decoration: none;
        color: #FF11FF;
        font-size: large; */
    }

    /* FIN NAVEGADOR */

    /* TELEFONO */
    .header__contenedor-telefono{
        display: none;
    }

    /* FIN HEADER */

    /* SEGMENTOS */
    .segmento{
        width:100%;
        /* height:100vh; */
    }

    /* PRIMER SEGMENTO */
    .primer-segmento{
        background-image: url(../spa/img/portada_google.jpg);
        background-position:center;
        background-size: cover;
        padding-top: 30%;
        /* background-image: url(../spa/img/portada_google.jpg);
        background-position:center;
        background-size: 100%;
        padding-top: 4rem;
        margin-bottom: -4rem; */
    }
    .primer-segmento__container-texto{

        /* margin-top: 13%;
        margin-bottom: 10%;
        margin-left: 7%; */
    }
    .primer-segmento__texto{
        margin-left: auto;
        /* color:#FF11FF;
        font-weight:500;
        -webkit-text-stroke: 1px #00080783; */
    }
    .primer-segmento__titulo{
        font-size: 3rem;
        
    }
    .primer-segmento__subtitulo{
        font-size: 1.5rem;
        font-weight:lighter;
    }
    .primer-segmento__telefono{
        margin-top: 7%;
        /* display: flex;
        font-size: 2.5rem;
        margin-top: 2rem; */
    }

    .primer-segmento__boton a{
        text-decoration: none;
    }
    .primer-segmento__boton{
        width: 15rem;
        height: 2.5rem;
        font-weight: bolder;
        background-color: #011936;
        border: 1px solid #000807;
        color: #FF11FF;
        margin-left: 7%;
    }

    .primer-segmento__boton:active{
        width: 15rem;
        height: 2.5rem;
        color: #011936;
        font-weight: bolder;
        background-color: #FF11FF;
        border: 1px solid #000807;

    }
    .primer-segmento__boton a:active{
        text-decoration: none;
        color: #011936;
    }



    /* FIN PRIMER SEGMENTO */

    /* SEGUNDO SEGMENTO */
    .segundo-segmento{
        /* background-color: #011936;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 60vh;
        height: auto; */
    }
    .segundo-segmento__titulo{
        /* font-size: 3rem;
        color: #FF11FF;
        margin-top: 5rem; */
    }
    .segundo-segmento__texto{
        max-width: 90%;
        /* margin-top: 1rem;
        max-width: 60%;
        font-size: 1.3rem;
        margin-bottom: 5rem; */
    }
    .segundo-segmento__texto p{
        /* margin-top: 1rem;
        color: #FF11FF; */
    }

    /* FIN SEGUNDO SEGMENTO */

    /* TERCER SEGMENTO */
    .tercer-segmento{
        height: auto;
        padding-bottom: 3rem;
        /* background-color: #ff11ff81;
        background-color: #4281A4;
        display: flex;
        flex-direction: column;
        align-items: center; */
    }
    .tercer-segmento__titulo{
        /* color: #011936;
        margin-top: 5rem;
        font-size: 3rem; */
    }
    .formulario{
        width: 100%;
        /* margin-top: 3rem;
        display: flex;
        flex-direction: column;
        align-content: center; */
    }
    .formulario__lista{
        /* list-style-type: none;
        text-align: center;
        padding: 0; */
    }
    .caja-input{
        width: 90%;
        /* width: 30rem;
        height: 2rem;
        resize: none;
        padding: 0.1rem;
        border: 1px solid #011936;
        background-color: #FFFFFA;
        margin-bottom: 0.3rem; */
    }
    .caja-texto{
        /* height: 6rem;
        padding-top: 0.3rem; */
    }
    .tercer-segmento__subtitulo{
        /* font-size: 2.5rem;
        color: #011936; */
    }
    .tercer-segmento__contenedor-telefono-mail{
        flex-direction: column;
        width: auto;
        /* margin-top: 3rem;
        display: flex;
        width: 35rem;
        justify-content: space-between; */
    }
    .tercer-segmento__telefono{
        margin-bottom: 2rem;
        /* display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.5rem;
        font-size: 1.5rem;
        color: #FFFFFA; */
    }
    .contenedor-mail-telefono{
        /* display: flex;
        flex-direction: column;
        align-items: center; */
    }
    .tercer-segmento__mail{
        /* margin-top: 0.5rem;
        font-size: 1.5rem;
        color: #FFFFFA; */
    }
    /* FIN TERCER SEGMENTO */
    /* FIN SEGMENTOS */
  }