/**{
    outline: 1px solid red;
}*/
/* navbar */
.menu{
    background-color:rgb(60, 61, 61);
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding: 0px;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.titulo{
    font-family: 'Indie Flower', cursive;
    color: #F8E006;
    font-size: 2em;
}
.listas{
    font-family: 'Alegreya', serif;
}
.listas a{
    color: white;
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #F8E006;
}
/* Presentacion */
button{
    color: white;
}
.imagenheader{
    /*width: 1349px;*/
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.letras{
    position: absolute;
    top: 40%;
    /*left: 70px;*/
    color: white;
    text-align: center;
    padding-left: 6%;
}
.letras h3{
    font-family: 'Indie Flower', serif;
    font-size: 5.2em;
}
.letras h1{
    font-family: 'Alegreya', serif;
    font-size: 6.2em;
}
@media screen and (max-width: 700px) and (min-width: 0px){
    .letras h3{
        font-family: 'Indie Flower', serif;
        font-size: 3em;
    }
    .letras h1{
        font-family: 'Alegreya', serif;
        font-size: 4em;
    }
    .letras{
        padding-left: 10%;
        position: absolute;
        top: 30%;
        /*left: 70px;*/
        color: white;
        text-align: center;
    }
    .icon i {
        border-radius: 120px;
        width: 150px;
        height: 150px;
        /* margin-left: 80px; */
        padding-top: 9%;
        margin-top: 5%;
        background-color: #F8E006;
        background-position-y: 80px;
        color: white;
    }
}
.letras button{
    background-color: #F8E006;
    width: 200px;
}

/* Seccion Servicios */
.tituloServicio{
    text-align: center;
    margin-top: 40px;
}
.tituloServicio h1{
    font-family: 'Roboto', serif;
    font-size: 4em;
}
.tituloServicio p{
    font-family: 'Alegreya', cursive;
    color: #B4AFAF;
}
.icon i {
    border-radius: 120px;
    width: 150px;
    height: 150px;
    /* margin-left: 80px; */
    padding-top: 10%;
    margin-top: 5%;
    background-color: #F8E006;
    background-position-y: 80px;
    color: white;
}
.textoServicio{
    margin-bottom: 80px;
}
.textoServicio h3{
    font-family: 'Roboto', serif;
    text-align: center;
}
.textoServicio p{
    font-family: 'Alegreya', cursive;
    color: #B4AFAF;
}
/* seccion portafolio */
.portafolio{
    background-color: #E9E5E5;
    text-align: center;
}
.tituloPortafolio h1{
    margin-top: 8%;
    font-family: 'Roboto', serif;
    font-size: 4em;
}
.tituloPortafolio p{
    font-family: 'Alegreya', cursive;
    color: #B4AFAF;
    margin-bottom: 7%;
}
.carTitulo{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 2em;
}
.parrafo{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #C4BEBE;
}
/* Seccion About */
.tituloAbout {
    margin-top: 8%;
    text-align: center;
    margin-bottom: 7%;
}
.tituloAbout h1{
    font-family: 'Roboto', serif;
    font-size: 4em;
}
.tituloAbout p{
    font-family: 'Alegreya', cursive;
    color: #B4AFAF;
}
#about , .row {
    margin-bottom: 50px;
}
.titleCar{
    font-family: 'Roboto', serif;
}
.parratCar{
    font-family: 'Alegreya', cursive;
    color: #B4AFAF;
}
.redondo {
    background-color: yellow;
    border-radius: 300px;
    color: white;
    width: 160px;
    height: 160px;
    margin-left: 36%;
    text-align: center;
}
.redondo h3{
    margin-top: 40px;
}
/* Secion team */
.team{
    background-color: #E9E5E5;
}
.tituloTeam {
    margin-top: 8%;
    margin-bottom: 7%;
    text-align: center;
}
.tituloTeam h1{
    font-family: 'Roboto', serif;
    font-size: 4em;
}
.tituloTeam p{
    font-family: 'Alegreya', cursive;
    color: #B4AFAF;
}
.imagenes{
    background-position: center;
}
.imagenes img{
   /* margin-left: 70px;*/
}
.nombres h3{
    font-family: 'Roboto', serif;
    font-size: 2em;
   /* margin-left: 90px;*/
}
.nombres p{
    font-family: 'Alegreya', cursive;
    color: #B4AFAF;
    /*margin-left: 130px;*/
}
.iconitos {
    /*margin-left: 150px;*/
}
.parrafoFinal{
    font-family: 'Alegreya', cursive;
    color: #B4AFAF;
    text-align: center;
    /*margin-left: 60px;*/
    margin-top: 50px;
}
/* Seccion Logos */
.logos{
    margin-top: 50px;
    /*margin-bottom: 50px;*/
}
/* Seccion contacto */
.contacto{
    background-color:rgb(60, 61, 61);
}
.contacto img{
    margin-left: -150px;
    z-index: -1;
    width: 100%;
}
.tituloContact{
    text-align: center;
    /*margin-top: -600px;*/
}
.tituloContact h1{
    font-family: 'Roboto', serif;
    font-size: 4em;
    color: white;
}
.tituloContact p{
    font-family: 'Alegreya', cursive;
    color: #B4AFAF;
}
.fondo-contact{
    background-image: url(../img/map-image.png);
    padding-top: 50px;
    padding-bottom: 40px;
    color: #fff;
    background-color: black;
}
/*
.grupoInput{
    margin-top: -41%;
}
.comentario{
    margin-top: -41%;
    margin-left: 50%;
}*/
#comentario{
    height: 200px;
}
.nombre{
    margin-bottom: 30px;
    width: 100%;
    color: #EBE7E7;
}
.correo{
    margin-bottom: 30px;
    width: 100%;
}
.telefono{
    margin-bottom: 30px;
    width: 100%;
    color: #EBE7E7;
}
.contacto button{
    background-color: yellow;
    /*margin-top: -200px;
    margin-left: 40%;*/
}
.text-center{
    text-align: center;
}
/* footer */
footer{
    margin-top: 5%;
    text-align: center;
    /* margin-left: 50px; */
}
/* Animacion validacion */
.error{
    background-color: #D3BE7A;
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    position: absolute;
}
.error:before{
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}
