@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BBH+Sans+Hegarty&family=Corben:wght@400;700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Sawarabi+Mincho&display=swap');
*{
  
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:'Raleway','Times New Roman', Times, serif;
  text-decoration: none;
  color:white;
}

body{
    background-color: #130F0D;
    font-family:'Times New Roman', Times, serif;
    }
    

.contenedor {
    margin: auto;
    width:  500px;
    width: 90%;
    max-width: 1200px;
}

.titulo {
    color: #d7d9de;
  	font-family:'Sawarabi Mincho',serif;
    font-weight: bold;
    font-size: 38px;
    text-align: left;
    
}

/* About us */

main .sobre-nosotros{
    padding: 100px 40 60px 100;
}


.contenedor-sobre-nosotros{
    display: flex;
    justify-content: space-evenly;
    
}

.imagen-about-us{
    width: 350px;
    text-align: center;
    display: block;
}

.sobre-nosotros .contenido-textos{
    width: 80%;
    padding-bottom: 100px;
}

.contenido-textos h3{
    margin-bottom: 15px;
    font-weight: 500;
  	font-family:'Corben', serif;
  	color:white;
}

.contenido-textos h3 span{
    background: #f68725;
    color: hsla(0, 24%, 93%, 0.867);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 34px;
    height: 34px;
    padding: 0 1px 1px 1px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-right: 10px;
    
}

.contenido-textos p{
    padding: 0px 0px 50px 15px;
    font-weight: 300px;
    font-size: 20px;
    text-align: justify;
    font-family:'Raleway', 'Helvetica', sans-serif;
    color:white;
}

/* Galeria */
        
.portafolio{
    padding-top: 20px;
    padding-bottom: 40px;
}

.galeria-port{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 5px 1px 5px;

}

.imagen-port{
    width: 28%;
    margin-bottom: 10px;
    overflow: hidden;
    position:relative;
    cursor:pointer;
  	background-color:#d7d9de;
    box-shadow: 3px 3px 8px 1px #000000;
}


.imagen-port > img{
    width: 100%;
    height: 100%;
    object-fit:contain;
    display: block;
}

.hover-galeria{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    transform: scale(0 );
    background: #737373ef;
    transition: transform .3s;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-galeria img{
    width: 200px;
}

.hover-galeria p{
    color: hsla(0, 0%, 0%, 0.867);
    font-weight: 1000;
}

.imagen-port:hover .hover-galeria{
    transform: scale(1);
}

/* 
Horario 
*/

.horario-contenedor{
    padding-top: 10px;
    padding-bottom: 50px;
}

.horarios {
    width: 80%;
    margin: 0 auto;
  }
  
table {
    
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  
   td {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    border: 3px solid #130f0d;
    background-color: #242e4c;
    text-align: center;
    padding: 20px 20px 20px 20px;
  }

  
  th {
    font-family: 'Franklin Gothic Medium';
    font-size: 28px;
    border: 3px solid #130f0d;
    background-color: #203a75;
    color: #fff;
  }
  
  
/*  Our team */

.about-services{
    padding-top: 30px;
    padding-bottom: 30px;
}


.servicio-cont{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.servicio-valores{
    text-align: center;
}

.servicio-valores h3{
    
    font-weight: 800;
    font-family:'Times New Roman', Times, serif;
    font-size: 28px;
  	color:white;
    
}
.servicio-valores p{
    font-size: 22px;
    font-weight: 600;
  	color:white;
}


.servicio-ind{
    width: 30%;
    text-align: center;
}

.servicio-ind img{
    width: 90%;
}

.servicio-ind h3{
    margin: 10px 0;
    padding: 15px;
  	font-family:'Corben-bold', serif;
}

.servicio-ind p{
    font-weight: 8;
    text-align: justify;
  	color:white;
}

.servicio-valores img{
    width: 300px;
    height: 300px;
    text-align: center;
    
    }

/*

Tamaño celular

*/
@media screen and (max-width:768px){
    .titulo {
        padding-left: 10px;
    }

    .contenedor-sobre-nosotros{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sobre-nosotros .contenido-textos{
        width: 90%;
    }

    .imagen-about-us{
        width: 90%;
    }

    /* Galeria */

    .imagen-port{
        width: 90%;
    }

    /* servicios */

    .servicio-cont{
        justify-content: center;
        flex-direction: column;
    }

    .servicio-ind{
        width: 100%;
        text-align: center;
    }

    .servicio-ind:nth-child(1), .servicio-ind:nth-child(2){
        margin-bottom: 80px;
    }

    .servicio-ind img{
        width: 90%;

    }

    
    .hover-galeria img{
    width: 120px;
    }
}

@media screen and (max-width:1000px){
    
    .textos-header h1{
        font-size: 35px;
    }

    .textos-header h2{
        font-size: 20px;
    }

    /* Sobre nosotros */

    .imagen-about-us{
        margin-bottom: 50px;
        width: 60%;
    }

    .sobre-nosotros .contenido-textos{
        width: 95%;
    }

    /* Galeria */

    .hover-galeria img{
        width: 250px;
    }

    .imagen-port{
        text-align: center;
        width: 80%;
    }

    .servicio-valores {
        width: 85%;
        padding-left: 30px
    }

    .servicio-valores img{
        width: 210px;
        height: 200px;
        }
}
