@font-face{font-family: MontserratAlternates-Italic;
    src: url(../font/Montserrat_Alternates/MontserratAlternates-Italic.ttf);}
     
    @font-face {
      font-family: MontserratAlternates-Extraligth;
      src: url(../font/Montserrat_Alternates/MontserratAlternates-ExtraLight.ttf);}
      @font-face{font-family: MontserratAlternates-Medium;
        src: url(../font/Montserrat_Alternates/MontserratAlternates-Medium.ttf);}

*{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
body{
    background-color: rgba(238, 243, 248, 0.903);
    font-family:MontserratAlternates-Italic;
}
.contenedor{
    /* width: 1200px; con este no es responsivo*/
    border: 1px solid rgb(247, 230, 233);
}
header{
    width: 100%;
    height: 120px;
    text-align: center;
    font-size: 80px;
    background-color:  rgba(174, 175, 177, 0.903);
    line-height: 120px;
    /*Agregar la imagen del logo en este: background: url()*/
    background: url(..//img/Logo-03.png);
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: 1500 px;
}
#cabecera{
    text-align: center;
    font-family:MontserratAlternates-Medium;
}
.menu{
    background: rgba(195, 196, 197, 0.903);
}
.menu ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: normal;
    padding: 15px;
}
.menu ul li a{
     display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: black;
    margin: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
}
.menu ul li:hover a{
    color: rgb(255, 255, 255);
}
.menu ul li:hover{
    background-color:  rgba(125, 126, 126, 0.903);
}
.clearfix{
    clear: both;
}
.lateral{
    width: 30%;
    float: right;
    border: 1px solid rgb(54, 57, 58);
    min-height: 500px;
    max-height: 650px;
    text-align: center;
    overflow: hidden; /*Esconde el texto que se sale de la caja*/
    overflow: visible; /*Vuelve visible el texto de complemento dentro de la caja*/
    /*overflow: scroll; Crea barra de desplazamiento*/
    overflow-y: scroll; /*Deja la barraa lateral unicamente sobre y*/
    padding: 10px;
    box-sizing: border-box;
    background-color: rgb(73, 75, 75);
    font-style: oblique;
}
.lateral:hover{
    color: rgb(252, 254, 255);
}
.title{
    color: rgb(0, 0, 0);
}
.title:hover{
    color: white;
    background-color: rgba(195, 196, 197, 0.903);
}
#cajas{
    width: 69%;
    float: left;
    position: relative;
    width: 100%;
}
#cajas .item{
    position: absolute;
    display: block;
    padding: 0px;
    margin: 10px;
    width: 4000 3020;
}
#servicios{
    border: 5px solid rgb(25, 25, 26); 
     padding: 15px; 
}
#servicios :hover{
    color: white;
    background-color: rgb(30, 29, 29);
}
.rs{
    color: black;
    /*border: 5px solid rgb(25, 25, 26); 
    padding: 15px; 
    display: block;
    width: 80px;
    height: 80px;*/
}
.rs .instagram{
    color: black;
    border: 5px solid rgb(25, 25, 26); 
    padding: 15px; 
    display: block;
    width: 80px;
    height: 10px;
}
.rs .tiktok{
    color: black;
    border: 5px solid rgb(25, 25, 26); 
    padding: 15px; 
    display: block;
    width: 80px;
    height: 10px;
}
.rs .facebook{
    color: black;
    border: 5px solid rgb(25, 25, 26); 
    padding: 15px; 
    display: block;
    width: 80px;
    height: 10px;
}
.rs .x{
    color: black;
    border: 5px solid rgb(25, 25, 26); 
    padding: 15px; 
    display: block;
    width: 80px;
    height: 10px;
}
.rs .instagram:hover{
    color: white;
    background-color: rgb(37, 37, 37);
}
.rs .tiktok:hover{
    color: white;
    background-color: rgb(37, 37, 37);
}
.rs .facebook:hover{
    color: white;
    background-color: rgb(37, 37, 37);
}
.rs .x:hover{
    color: white;
    background-color: rgb(37, 37, 37);
}
.item{
    width: 79%;
    float: left;
}
.item .contenido{
    display: block;
     margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 25px;
    padding: 20px;
    padding-bottom: 34px;
    float: left;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    text-align: left;
}