﻿body{
    background: url(../images/fondo.jpeg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}

.cabecera{
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

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

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

.menu{
    background: #f7f7f7;
    text-align: center;
    color: #e71687;
    font-size: 20px;
}
.menu:hover{
    background: #302682;
    color: white;
}

.datos{
    text-align: center;
    font-size: 20px;
}
.datos p{margin-bottom: 0;}
.datos img{
    width: 30px;
}

.efecto{
    padding: 0;
}


.seccion{
    font-size: 20px;
    line-height: 30px;
    padding: 40px;
}
.seccion strong{
    width: 100%;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 10px;
}
.morado .seccion{
    background: #302682;
    color: white;
}
.rosa .seccion{
    background: #e71687;
    color: white;
}

.imagen{
    text-align: center;
}
.imagen img{
    width: 100%;
}


.gris{
    background: #222222;
    padding-top: 30px;
    padding-bottom: 30px;
}


.card-img-top{
    width: 70%;
}
.card-body{
    min-height: 350px;
}
.card-title{
    text-align: center;
    font-size: 21px;
    color: #e71687;
    font-weight: bold;
}


.productos{
    padding-top: 40px;
    padding-bottom: 40px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    color: black;
    margin-bottom: 20px;
}

.pro img{
    width: 100%;
}
.pro strong{
    width: 100%;
    font-size: 22px;
    text-align: center;
    color: #302682;
    display: inline-block;
    padding: 12px 0;
}


.titulo-fondo{
    background: #e71687;
    text-align: center;
    color: white;
    font-size: 30px;
    padding: 30px 0;
}


.card-imagen, .boton{
    text-align: center;
}


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


.aceptamos{
    color: blue;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
}
.aceptamos img{
    width: 100%;
}


footer{
    background: black;
    font-size: 19px;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
}
footer a{
    color: white;
}
footer img{
    width: 30px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    .logotipo img{
        width: 50%;
    }
    nav{
        margin-top: 20px !important;
        margin-bottom: 20px;
    }
    .inicio-menu{
        display: none;
    }
    nav ul li{
        width: 100%;
        margin-bottom: 10px;
    }
}

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