@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&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;
text-decoration: none;
list-style:none ;
}

body {
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}
.header {
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
    url(images/bg.jpg);
    background-position:center bottom;
    background-repeat: no-repeat;
    background-size:cover; 
    min-height:  93vh; 
    display: flex;
    align-items:center;
}
.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;

}

.menu .navbar ul li{ 
    position: relative;
    float: left;
    padding: 0 20px;
}
.menu .navbar ul li a{
    font-size: 18px;
    color:#fffdfc;
    display: block;
    letter-spacing: 3px;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0;
}
.menu .navbar ul li a:hover{
    border-bottom: 1.5px solid white;
}


#menu{
    display:none;
}
.menu-icono{
    width: 25px;
}
.menu label {
    cursor:pointer;
    display:none;
}
.header-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-content h1{
    font-size: 95px;
    color: #f9fafc;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: "Montserrat";
    font-weight: 600;
    border-bottom: 1.5px solid white;
    padding-bottom: 50px;
    letter-spacing: 20px;
    text-align: center;
    
}
.header-content h3{
    font-family: "Roboto";
    font-weight: 200;
    letter-spacing: 80px;
    color: #f9fafc;
    font-size: 50px;
    text-transform: lowercase;
    margin: 50px 20px;
    padding: 0 0 0 50px;
}
.header-content p{
    text-align: center;
    font-size: 25px;
    font-family:"Montserrat";
    color: #c4c2c2;
    margin-bottom: 25px;
    font-style: italic;
    letter-spacing: 4px;
    margin-top: 80px;
}

.btn-1{
    display: inline-block ;
    padding:11px 35px;
    background-color:#bdbdbd44;
    color: #f9fafc;
    text-transform: uppercase;
}

.btn-1:hover{
    background:none;
    border-bottom: 1.5px solid white;
}
.info {
    padding: 80px 0; 
    background-color: #f3f3f3;
    
}
.info-content{
    text-align: center ;
}
.info-content h2{
    font-size: 55px;
    line-height: 70px;
    color: #323337;
    text-transform: uppercase;
    padding: 35px;
    margin-bottom: 15px;
}
.txt-p {
    font-size:22px ;
    letter-spacing: 2px;
    line-height: 29px;
    color: #414247;
    margin: 25px;  
}


.services {
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
    url(images/bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;/*esto es lo que hace que la imagen se quede fija y el cuadro sea como ventana*/
    padding: 100px 0;
}
.services-content {
    text-align: center;
}
.services-content h2{
    font-size: 55px;
    line-height: 70px;
    color:#f9fafc;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight:200 ;
    letter-spacing: 8px;
    margin-bottom: 100px;
}
.services-content p{
    font-size: 22px;
    letter-spacing: 2px;
    color: #c5c5c5;
    margin-bottom:50px;
    padding: 0 100px;
}
.services-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.services-1 {
    padding: 0 80px;
}
.services-1 img {
    width: 55px;
    margin-bottom: 15px;
}
.services-1 h3 {
    color: #f9fafc;
    letter-spacing: 3px;
    font-size: 25px;
}
.general {
    display: flex;
    height: 70vh;
}
.general-01{
    width:50% ;
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: #E1E2E6;
}
.general-2{
    width: 50%;
}
.general-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.general-3{
    width:50%;
}
.general-3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.general-1{
    width:50% ;
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: #E1E2E6;
}
.general h2{
    font-size: 55px;
    line-height: 70px;
    color: #323337;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.general p{
    font-size:24px ;
    line-height: 35px;
    color: #414247;
}
.blog {
    padding: 100px 0;
    text-align: center;
}
.blog h2{
    font-size: 40px;
}
.blog-content{
    display: flex;
    justify-content: space-between;
}
.blog-1{
    padding: 15px 55px;
}
.blog-1 p{
    padding:20px 0;
    font-size: 22px;
}
.blog-1 img{
    width: 80px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.blog-1 h3{
    font-size: 25px;
    color: #323337;
}
.footer{
    padding: 100px 0;
    background-color: #000000;
    
}
.footer-content {
    display:flex;
    justify-content: space-between;
}
.footer-content ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.footer-content a {
    font-size: 16px;
    color: #c5c5c5;
    display: block;
    margin-bottom: 15px;
}
.footer-content a:hover{
    text-decoration: underline;
    color:whitesmoke;
}

.btn-whats{
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 1000;
}
.btn-whats:hover{
    transform: scale(1.1,1.1);
}
@media(max-width:1300px){
    .header-content h1{
        font-size: 65px;
        margin-bottom: 20px;
        border-bottom: 1.5px solid white;
        letter-spacing: 20px;
    }
    .header-content h3{
        font-weight: 200;
        letter-spacing: 60px;
        font-size: 30px;
        margin: 50px 20px;
        /* border: 1px solid white; */
    }
    .header-content p{
        text-align: center;
        font-size: 19px;
        letter-spacing: 4px;
        margin-top: 80px;
    } 

    .txt-p {
        
        margin:35px 80px ;  
    }

    .general p{
        font-size:22px ;
        line-height: 33px;
    }
     
}
@media(max-width:991px){
    .menu{
        padding: 30px;
    }
    .menu label{
        display: initial;
    }
    .menu .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #323337;
        display: none;
    }
    .menu .navbar ul li {
        width: 100%;
    }
    .menu .navbar ul li a{
        padding: 15px;
    }
    .menu .navbar ul li a:hover{
        background: whitesmoke;
        color: #323337;
    }
    .header-content h1{
        font-size: 35px;
    }
    .header-content h3{
        font-size: 19px;
        letter-spacing: 45px;
        padding-left: 20px;
        
    }
    .header-content p{
        font-size: 13px
    }
    /* signo alt126 */
    #menu:checked~ .navbar{
        display: initial;
    }
    .header {
       min-height: 95vh;
    }
    .header-content{
        padding: 100px 30px;
    }
    .header-content p {
        padding: 0;
    }
    .info{
        padding: 30px;
    }
    .info-content h2{
        padding: 0;
    }
    .txt-p{
        padding: 0;
        margin: 25px 15px;
    }
    .info-content img{
        width: 500px;
    }
    
    .services{
        padding: 30px;
    }
    .services-content p{
        padding: 0;
    }
    .services-group {
        margin-bottom: 0;
    }
    .services-1{
        margin-bottom: 25px;
    }
    .general{
        height: calc(100vw/1.5);
    }
    
   
    .general h2{
        font-size: 45px;
        margin-bottom: 20px;
        line-height: 60px;
    }
    .general p{
        font-size:19px;
        line-height: 30px;
    }
    .blog{
        padding: 30px;
    }
    .blog h2{
        font-size: 40px;
    }
    .blog-content{
        flex-direction: column;
    }
    .blog-1{
        padding-bottom: 20px;
    }
    .blog-1 h3{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .blog-1 p{
        font-size: 18px;
    }
    .footer{
        padding: 30px;
    }
}
@media(max-width:750px){
    .header-content{
        padding: 120px 30px 30px 30px;
    }
    .header-content h1{
        font-size: 23px;
        /* border: 1px solid white; */
        padding-bottom: 20px;
        margin: 0;
        
    }
    .header-content h3{
        font-size: 19px;
        letter-spacing: 35px;
        padding-left: 20px;
        /* border: 1px solid white; */
        margin: 0;
        margin-bottom: 50px;
        padding: 20px 0 20px 20px;
        
    }
    .header-content p{
        font-size: 12px;
        /* border: 1px solid white; */
        margin: 10px;
    }
    
   
    .info-content h2{
        font-size: 42px;
       
    }
    .txt-p {
        font-size:16px ;
        letter-spacing: 2px;
        line-height: 27px;
        color: #414247;
        margin-bottom:35px ;  
    }
    .services-content h2{
        font-size: 42px;
    }
    .services-content p{
        font-size: 16px;
    }
    .services-content a{
        font-size: 14px;
        padding:9px 25px;
    }
    .services-1 img{
        width: 45px;
        margin-bottom: 15px;
    }
    .services-1 h3 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .services-group {
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .general{
        height: calc(100vw/1.2);
    }
    
    .general h2{
        font-size: 27px;
        line-height: 25px;
    }
    .general p{
        font-size:18px;
        line-height: 30px;
    }
    .blog-1 p{
        font-size: 15px;
    }
    
}
@media(max-width:550px){
    .header-content{
        padding: 120px 30px 30px 30px;
    }
    .header-content h1{
        font-size: 20px;
        letter-spacing: 9px;
        /* border: 1px solid white; */
        padding-bottom: 20px;
        margin: 0;
        
    }
    .header-content h3{
        font-size: 17px;
        letter-spacing: 20px;
        padding-left: 20px;
        /* border: 1px solid white; */
        margin: 0;
        margin-bottom: 50px;
        padding: 20px 0 20px 10px;
        
    }
    .header-content p{
        font-size: 10px;
        letter-spacing: 2px;
        /* border: 1px solid white; */
        margin: 10px;
        
    }


    .info {
        padding: 30px 0; 
        
    }
    
    .info-content h2{
        font-size: 35px;
        line-height: 70px;
        color: #323337;
        text-transform: uppercase;
        
    }
    .txt-p {
        
        font-size:14px ;
        letter-spacing: 1px;
        line-height: 25px;
        color: #414247;
          
    }
    .info-content img{
        width: 300px;
    }
    .services-content h2{
        font-size: 35px;
    }
    .services-1 h3 {
        font-size: 15px;
    }
    .services-content p{
        font-size: 14px;
    }
    .general{
        height: calc(100vw/1);
    }
   
    .general h2{
        font-size: 20px;
        line-height: 25px;
    }
    .general p{
        font-size:14px;
        line-height: 20px;
        
    }
    .logo img{
        width: 80px;
    }
}