﻿body{
    font-family: 'Montserrat', sans-serif !important;
}


.negro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: rgba(256, 256, 256, 0.8);
    width: 100%;
    height: 100vh;
    display: none;
}
.negro img{
    height: 75vh;
}


.cerrar{
    background: red;
    width: 40px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    padding: 5px 0;
    cursor: pointer;

    border-radius: 50%;
}


#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}


.blanco{
    background: rgba(256, 256, 256, 0.9);
}
.blanco .logotipo img{
    width: 60%;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cabecera-fondo{
    border: 0px solid red;
    height: 195px;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 90%;

    border-radius: 4px;

    transition: all 1s;
}

nav a, nav a:hover{
    color: black;
    text-decoration: none;
}

nav ul{
    list-style: none;
    padding: 0;
}

nav ul li{
    width: 24%;
    float: left;
    margin-left: 1%;
}

.menu-r{
    display: none;
    cursor: pointer;
}

.menu, .menu-r{
    background: #d8dfea;
    font-size: 20px;
    text-align: center;
    padding: 7px 0;

    border-radius: 4px;
}
.menu:hover, .menu-r:hover{
    background: #767f94;
    color: white;
}

.datos{
    background: rgba(256, 256, 256, 0.3);
    font-size: 17px;
    text-align: center;

    border-radius: 5px;
}
.datos img{
    width: 30px;
}


.efecto{
    background: url(../images/efecto.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    padding: 0;
}


.gris{
    background: #bfc0c2;
    padding-top: 40px;
    padding-bottom: 40px;
}

.seccion{
    font-size: 19px;
    line-height: 29px;
}
.seccion strong{
    width: 100%;
    font-size: 23px;
    margin-bottom: 15px;
    display: inline-block;
}

.bl{
    color: white;
}
.bl strong{
    text-shadow: 3px 3px 3px black;
}


.imagen-seccion img{
    width: 100%;

    border-radius: 5px;
}


.contenido{
    background: url(../images/fondo.jpg) no-repeat center center;
    background-size: cover;

    padding-top: 40px;
    padding-bottom: 40px;
}

.titulo{
    width: 100%;
    color: #887A65;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
}


.cuadros a{
    color: black;
    text-decoration: none;
}

.cuadro, .imagen-cuadro{
    width: 100%;
    cursor: pointer;
}

.imagen-cuadro{
    text-align: center;
}
.imagen-cuadro img{
    height: 280px;
}

.titulo-cuadro{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.color1{background: #d8dfea;}
.color2{background: #95a4bb;}
.color3{background: #89abe0;}



.card{
    margin-bottom: 30px;
}
.card img{
    width: 60%;
    margin: 0 20%;
    cursor: pointer;
}
.card-text{
    font-size: 18px;
    line-height: 23px;
    display: none;
}
.card-text ul{
    display: inline-block;
}
.card-text img{
    height: 40px;
}

.form-group{
    margin-bottom: 20px;
}

.fondo-bordados{
    background: url(../images/bordados/1.jpg) no-repeat center center;
    background-size: cover;
    height: 70vh;
}

.titulo-bordados{
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: white;
    text-shadow: 3px 3px 3px black;
    margin-top: 45vh;
    display: inline-block;
}
.titulo-negro{
    font-size: 20px;
}

.imagenes{
    text-align: center;
}
.imagenes img{
    margin: 0 15px;
    cursor: pointer;
}


.fondo-scrub{
    background: url(../images/scrub/1.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
}


footer{
    background: black;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
}

footer a, footer a:hover{
    color: white;
    text-decoration: none;
}


@media screen and (max-width:1200px){
    .cabecera-fondo{
        display: none;
    }
    .cabecera{
        position: relative;
    }
}

@media screen and (max-width:992px){
    .logotipo img{
        width: 50%;
    }
}

@media screen and (max-width:768px){
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
        margin: 0;
    }
    .menu-r{
        display: block;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 80%;
    }
}