html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.h1 {
    color: #134228;
    font-family: "Brygada 1918", serif;
}
.h3 {
    color: #227848;
    font-family: 'Script MT';
    font-size: 30px;
 }
hr {
    border-top: 1px solid #B8963B;
}
/*Secciones*/
/*Portada*/
.sec-main {
    margin-top: 2%;
    box-sizing: border-box;
    background-color: white;
}

@media (max-device-width: 400px){
    .sec-main {
        margin-top: 15%;
    }
}
/*Servicios*/
.imgNails {
    border-radius: 250px;
    height: 180px;
    width: 180px;
}
.servicio{
    margin-left: 20%;
    margin-bottom: 2%;
}
@media (width = 1024px ) {
    .imgNails {
        height: 150px;
        width: 150px;
    }
    
}
@media (width = 768px) {
    .imgNails {
        height: 200px;
        width: 200px;
        margin: 0% 40%;
    }
    .servicio{
        margin-left: 10%;
        
    }
}
@media (width < 768px) {
    .imgNails {
        height: 200px;
        width: 200px;
        margin: 0% 30%;
    }
    .servicio{
        margin-left: 15%;
    }
}
.btn-white {
    color: #B8963B;
    background-color: #fff;
    padding: 5px 0 0 8px;
    cursor: pointer;
    border: 2px solid #b8963b61 !important;
    font-size:16px;
    border-radius: 20px;
}

.btn-white:hover {
    color: #fff;
    background-color:  #134228
}

/*Citas*/
.btn-ReservarCita {
    width: 150x;
    border-radius: 20px;
    color: #B8963B;
    font-size: 15px;
    background-color: #fff;
    cursor: pointer;
    border: 2px solid #B8963B !important;
}

.btn-ReservarCita:hover {
    color: #fff;
    background-image: linear-gradient(to right, #134228, #B8963B)
}
/*Contacto*/
.icon{
    height: 40px;
    width: 40px;
}
.wrapperSocial{
    margin-left: 50px;
    padding: 0;
    height: 100%;
    width: 100%;
    place-items: center;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.wrapperSocial .button {

    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
}

.wrapperSocial .button:hover {
    width: 200px;
}

.wrapperSocial .button .iconSocial {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 60px;
    transition: all 0.3s ease-out;
}

.wrapperSocial .button:nth-child(1):hover .iconSocial {
    background: #4267B2;
}

.wrapperSocial .button:nth-child(2):hover .iconSocial {
    background: #45c355;
}
.wrapperSocial .button:nth-child(3):hover .iconSocial {
    background-color: #E1306C;
}

.wrapperSocial .button .iconSocial i {
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-out;
}

.wrapperSocial .button:hover .iconSocial .fab  {
    color: #fff;
}

.wrapperSocial .button span {
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    margin-left: 10px;
    transition: all 0.3s ease-out;
}

.wrapperSocial .button:nth-child(1) span {
    color: #4267B2;
}

.wrapperSocial .button:nth-child(2) span {
    color: #45c355;
}
.wrapperSocial .button:nth-child(3) span {
    color: #E1306C;
}
.wrapperSocial .button:nth-child(1) .iconSocial i {
    color: #4267B2;
}

.wrapperSocial .button:nth-child(2) .iconSocial i {
    color: #45c355;
}
.wrapperSocial .button:nth-child(3) .iconSocial i {
    color: #E1306C;
}
@media (width >= 768px) {
    .maps {
     border:0;
     width:500px;
     height:250px;
    }
}