@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


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

.container__header{
    background: rgb(23, 32, 42);
}

.menu .textMenu{
    color: rgb(251, 252, 252) !important;
}

.menu .textMenu:hover{
    background: rgb(214, 55, 12) !important;
    color: black !important;
    border-radius: 4px !important;
}

.registerM button,
.buttons__cover .registerM{
    padding: 14px 50px;
    border: none;
    background: black;
    color: white;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background, color, 300ms;
}   

.registerM button:hover,
.buttons__cover .registerM:hover{
    background: rgb(214, 55, 12);
    color: black;
}

.map a,
.map{
    border: none;
    background: black !important;
    color: white !important; 
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background, color, 300ms;
}  

.map a:hover,
.map:hover{
    background: #f4623a !important;
    color: black !important;
}



/*PORTADA - COVER*/

main{
    height: calc(100vh + 800px);
    background: rgb(255, 255, 255);
}

.container__cover{
    max-width: 100%;
    margin: auto;
    /*background: rgb(52, 73, 94);*/
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 32, 42, 0.5)), to(rgba(23, 32, 42, 0.5))), url("../assets/img/sitio/ThirdFearfulDamselfly2.gif");
    background: linear-gradient(to bottom, rgba(23, 32, 42, 0.5) 0%, rgba(23, 32, 42, 0.5) 100%), url("../assets/img/sitio/ThirdFearfulDamselfly.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.cover{
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
}

.text__information{
    width: 50%;
    color: white;
}

.text__information h1{
    font-size: 60px;
}

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

.buttons__cover{
    display: flex;
    margin-top: 30px;
}

.buttons__cover .read-more{
    padding: 14px 40px;
    border: none;
    background: white;
    color: black;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background 300ms;
    margin-left: 10px;
}

.buttons__cover .read-more:hover{
    background: #9e9c9c;
}

.media__cover{
    width: 50%;
    
}

.media__cover video{
    width: 700px;
    margin-top: -80px;
}

hr.divider {
    max-width: 50%;
    border-width: 0.2rem;
    color: #f4623a;
    margin-left: 25%;
    height: 4px !important;
    opacity: 100 !important;
    
  }

.text-gal{
    font-family: sans-serif;
    font-size: xx-large !important;
    font-weight: bold;
    padding-top: 40px;
}

/*BANNER*/

.container__banner{
    margin: auto;
    margin-top: 60px;
    margin-bottom: 100px;
}

.banner{
    height: 380px;
    display: flex;
    align-items:center;
    background: rgb(244, 98, 58);
    position: relative;
}

.banner .icon{
    width: 40%;
}


.banner .text{
    width: 60%;
    position: relative;
}

.banner .text h2{
    color: white;
    font-size: 32px;
    font-weight: 400;
}

.banner .text input{
    margin-top: 20px;
    height: 35px;
    width: 110px;
    background: black;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: color 300ms;
}

.banner .text input:hover{
    background: #69F1A1;
    color: black;
}

.img__icon-fire{
    height: 100%;
    position: absolute;
    top: 50px;
    right: 50px;
    overflow: hidden;
}

#icon_heart{
    width: 300px;
    margin-top: 80px;
    position: absolute;
    left: 50px;
    filter: drop-shadow(-40px 0px 30px rgba(0,0,0,0.5));
}
#icon_fire{
    width: 300px;
    position: relative;
    margin-top: -100px;
    opacity: 0.6;
}
/*BANNER2*/

.container__banner2{
    margin: auto;
    margin-top: 80px;
    margin-bottom: 100px;
}

.banner2{
    /*height: 250px;
    display: flex;
    align-items:center;
    background: rgb(244, 98, 58);
    position: relative;*/
    width:100%;
    height: 450px;
    background-color:rgb(244, 98, 58);
    display:flex;
    justify-content: center;
    align-items: center;
}

.banner2 .icon2{
    width: 5%;
}


.banner2 .text2{
    width: 60%;
    position: relative;
}

.banner2 .text2 h2{
    color: white;
    font-size: 32px;
    font-weight: 400;
}

.banner2 .text2 input{
    margin-top: 20px;
    height: 35px;
    width: 110px;
    background: black;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: color 300ms;
}

.banner2 .text2 input:hover{
    background: #69F1A1;
    color: black;
}

.img__icon-fire2{
    height: 100%;
    position: absolute;
    left: 50px;
    overflow: hidden;
}

#icon_heart2{
    width: 350px;
    margin-top: 80px;
    position: absolute;
    right: 30px;
    filter: drop-shadow(-40px 0px 30px rgba(0,0,0,0.5));
}
#icon_fire2{
    width: 300px;
    position: relative;
    margin-top: -100px;
    opacity: 0.6;
}

/*footer*/
.footer-redes:hover{ 
    color: rgb( 218, 143, 12 );
    transform: scale(1.5);  
  } 

  /*Banner fotos */

  .box{
    width:300px;
    height:300px;
    /*background-color:#1e1e26;*/
    background-color: rgb(253, 254, 254);
    border-radius: 10px;
    box-shadow: 2px 10px 12px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 20px 10px;
}
.model{
    height: 120px;
    max-height: 100%;
    max-width: 100%;
}
.model:hover{
    height: 140px;
    transition: all ease 0.5s;
}

.details{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    margin-bottom: 20px;
    color: #f4623a;
}
.details p{
    font-family: calibri;
    font-weight: bold;
    color:#6a6a74;
    text-align: center;
    margin-top: 20px;
}
.marvel{
    color:#32323e;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}
.logoM{
    height: 30px;
}
.box:hover{
    background-color: #17171d;
    /*background-color: rgb(253, 254, 254);*/
    transform-style: preserve-3d;
    transform: scale(1.02);
    transition: all ease 0.3s;
}
.box:hover .marvel{
    color:#f4623a;
    transition: all ease 0.5s;
    font-size: 20px;
}


/*--responsive for mobile phone--*/
@media(max-width:720px){
    .box{
        width: 94%;
        height: 500px;
    }
    .model{
        height:250px;
    }
    .details p{
        font-size: 16px;
        width: 250px;
    }
    
}