@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Source+Sans+Pro:wght@200&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Fredoka One', bold;
}


section
{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.headerLogin
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerLogin .logo{

    position: relative;
    max-width: 300px;
 
}

.headerLogin ul {
    position: relative;
    display: flex;
}
.headerLogin ul li {
    list-style: none;
  

}

.headerLogin ul li a:hover {
    display: inline-block;
    font-weight: 400px;
    margin-left: 40px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #7f0804;
    line-height: 1.2em;
    padding: 4px 15px;
    border-radius: 40px;
    outline: none;
    cursor: pointer;
 
}

.headerLogin ul li a {
    display: inline-block;
    color: #333;
    font-weight: 400px;
    margin-left: 40px;
    text-decoration: none;
    text-transform: uppercase;
    color: #7f0804;
    background: #fff;
    padding: 4px 15px;
    border-radius: 40px;
    outline: none;
    cursor: pointer;
    border: none;
}

.contenidoText
{
    top: 6em;  
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contenidoRegister
{
    top: 1em;  
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.contenidoText .conText {
    position: relative;
    max-width: 600px;

}

.contenidoText .conText  h2 {
    color: #333;
    font-size: 3em;
    line-height: 1.4em;
    font-weight: 500;
}

.contenidoText .conText h2 span {
    color:#7f0804;
    font-size: 1.5em;
    font-weight: 700;
}

.contenidoText .conText p{
    color: #333;
}

.loginTag{
    display: inline-block;
    margin-top: 20px;
    padding: 8px 20px;
    background: #7f0804;
    color: #fff;
    border-radius: 40px;
    font-weight: 500; 
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
    text-decoration: none;
}

.loginTag:hover{
    display: inline-block;
    margin-top: 20px;
    padding: 8px 20px;
    background: #7f0804;
    color: #fff;
    border-radius: 40px;
    font-weight: 500; 
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
    text-decoration: none;
}

.register {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 20px;
    background: #fff;
    color: #7f0804;
    border-radius: 40px;
    font-weight: 500; 
    cursor: pointer;
    box-shadow: 0 0 10px #7f0804;
    letter-spacing: 1px;
    text-decoration: none;
}

.spaccing{
    display: inline-block;
    padding: 5%;
}


.contenidoText .imgBox{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 70px;
    margin-top: 35px;

}

.contenidoText .imgBox img {
    border-radius: 50%;
    max-width: 300px;
}

.imagenType{
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-35%);
    display: flex;
    transition: 0.5 ease-out;
}

.imagenType li
{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}

.imagenType li:hover
{
    transform: translateY(-15px);
}
  

.imagenType li img
{
   width: 80px;
   height: 80px;
   border-radius: 50%;
}

.social {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.social li {
    list-style: none;

}

.social li a {
    display: inline-block;
    margin: 5px 0;
    transform: scale(0.6);
    filter: invert(1);
}

.circle
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7f0804;
    clip-path: circle(600px at right 720px);
}

/* MODALES */


/* login */

.modal-title{
    
    font-family: 'Merriweather', sans-serif;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-fotter{
    font-family: 'Merriweather', sans-serif;
 
}

.contenido-modal{

    background: transparent;
    padding: 30px;
    display: flex;
    justify-content:center;
    align-items: center;
    font-family: 'Merriweather', sans-serif;
   
}

.titleHeader
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.titleHeader button span
{
    color: #7f0804;
    position: absolute;
     right: 13px;
     font-size: 20px;
     padding: 10px;
     top: 11px;
}

.contenido-modal .inputLine {


    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenido-modal .inputLine  ul{
    position: relative;

}

.contenido-modal .inputLine  ul li {
    list-style: none;

}

.contenido-modal .inputLine  ul li button {

    display: flex;
    justify-content: center;
    align-items: center;
}


.textLabel
{
    font-family: 'Merriweather', sans-serif;
    color:#404040;
}

.inputText{
    border: none;
    border-bottom: 1px solid #404040;
    outline: none;
    line-height: 2em;
    width: 25em;
    font-family: 'Merriweather', sans-serif;
}


.divide
{
    padding: 1.25em;
}

.buttonLogin{
    width: 80%;
    margin-left: 32px;
    margin-right: 50%;
    outline: none;
    cursor: pointer;
    border-radius: 35px;
    line-height: 2em;
    color: #fff;
    background: #7f0804;
    line-height: 2.5em;
}

.error_email{
    font-family: 'Merriweather', sans-serif;
}


@media (max-width: 978px){
    .headerLogin {
    
        padding: 10px 20px;
    
    }
    .headerLogin .logo {
        position: relative;
        max-width: 250px;
    }

    .headerLogin ul {
       
        display: none;
    }

    .toggleLogin{
        position: relative;
        width: 28px;
        height: 28px;
        cursor: pointer;
        background: url("/storage/avatar/menu.png");
        background-size: 25px ;
        background-position: center;
        background-repeat: no-repeat;
        filter: invert(1);
        z-index: 11;
    }

    .toggleLogin.activar{

      background: url("/storage/avatar/close.png");
        background-size: 25px ;
        background-position: center;
        background-repeat: no-repeat;
  
    }

    .headerLogin ul.navigation.activar{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #fff;
        z-index: 10;

    }

    .headerLogin ul li a {
        display: inline-block;
        margin-left: 40px;
        text-decoration: none;
        text-transform: uppercase;
        color: #7f0804;
        background: #fff;
        padding: 4px 15px;
        outline: none;
        cursor: pointer;
        border: none;
        margin: 2em;
        font-size: 20px;
    }
    section{
        padding: 20px 20px 150px;
    }

    .contenidoText{
        flex-direction: column;
        width: 90%;
    }

    .contenidoText .conText{

       max-width: 100%;

    }

    .contenidoText .conText  h2 {
        color: black;
        font-size: 2em;
        margin-bottom: 15px;
    }
    .contenidoText .conText  p {
        color: black;
     
    }

    .contenidoText .imgBox {
        width: 100%;
      justify-content: center;
    
    }

}

@media (max-width: 789px){
    .headerLogin {

        padding:  20px;
    }

    .headerLogin .logo {
    
        max-width: 250px;
    }

    section{
        padding: 20px 20px 170px;
    }

    .contenidoText{
        flex-direction: column;
        width: 90%;
    }

    .contenidoText .conText{
      
        max-width: 100%;
 
     }
     .contenidoText .imgBox {
        width: 100%;
       justify-content: center;
    
    }
    .contenidoText .imgBox img {
    max-width: 300px;

    
    }

     .circle{
        clip-path: circle(400px at center bottom);
    }
    .imagenType li img {
        width: 50px;
        height: 50px;

    }

    .social {
        background: #7f0804;
        width: 50px;
        right: 0;
        height: 185px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        position: absolute;
        top: 27em;

    }

    .inputText{
        width: 18em;
    }
   
    .spaccing{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

}

@media (max-width: 305px){
    .social{
        display:    none;
    }
    .spaccing{
        display: none;
    }

    .headerLogin .logo{
        max-width: 170px;
    }

    .inputText{
        width: 11em;
    }

    .contenidoText .imgBox{
        margin-left: 6em;
    }

    .contenidoText .imgBox img{
        max-width: 250px;
    }

  

}





