.Mobile{display: none !important;}
.LogoHead{
    float: left;
    width: 25%;
    text-align: left;
}

.MenuHead{float: left;width: 55%;text-align: center;}

.BotonHead{
    float: right;
    width: 20%;
    text-align: right;
}
a {
    color: #B38FBF;
    text-decoration: none;
}
#MiHistoria .flickity-page-dots{
    bottom: 35px;
}
a.BotonGeneral{
    background-color: #B38FBF;
    color: #FDFDFD;
    padding: 10px 30px;
    font-family: 'Raleway';
    font-size: 17px;
    border-radius: 5px;

}
a.BotonGeneral:hover{
    opacity: .8;
    color:#fff !important;
}
.BotonHead a{
    background-color: #B38FBF;
    color: #FDFDFD;
    padding: 10px 30px;
    font-family: 'Raleway';
    font-size: 17px;
    border-radius: 5px;

}
.BotonHead a img{margin-right: 10px;}
.BotonHead a:hover{    color: #FDFDFD !important;opacity: 0.8;}
#mainMenu nav > ul > li.BotonHead > a{
    color: #FDFDFD;
}
/*Inicio Estilos para apartados de formulario*/
.Ocultarcampo{display: none;}
#FaseDos{display: none;}
#FaseTres{display: none;}
#ContactoMarisa h2{
    font-size: 18px;
    margin-bottom: 25px;
}
#ContactoMarisa form{
    padding-bottom: 25px;
    text-align: left;
}
#ContactoMarisa form h2{
    font-size: 18px;
    margin-bottom: 25px;
}
#ContactoMarisa form p{
    font-size: 15px;
    margin: 0;
    font-weight: 600;
}

#ContactoMarisa form textarea{
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    padding: 10px;
    min-height: 150px;
}

#ContactoMarisa input[type="text"]{
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    padding: 10px;
}
#ContactoMarisa input[type="date"]{
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    padding: 10px;
}
#ContactoMarisa input[type="email"]{
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    padding: 10px;
}
#ContactoMarisa input[type="phone"]{
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    padding: 10px;
}
#ContactoMarisa input[type="submit"]{
    background-color: #B38FBF;
    color: #FDFDFD;
    padding: 10px 30px;
    font-family: 'Raleway';
    font-size: 17px;
    border-radius: 5px;
    border: none;
}
#ContactoMarisa input[type="submit"]:hover{
    opacity: .7;
}
#ContactoMarisa select{
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    padding: 10px;
}

#ContactoMarisa img.Pasos{
    max-width: 630px;
    margin: 30px 0;
    width: 100%;
}
h2.TituloDosTP{
    font-size: 30px;
    font-weight: 600;
}
/*Fin Estilos para apartados de formulario*/
/*Estilos Hover Imagen logos*/

.contenedor {
    position: relative;
    
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #008CBA;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .overlay#LogoMarisa{
    background-image: url(../images/LogoMarisa.png);
    background-color: #535487;
  }
  .overlay#LogoDolceNatura{
    background-image: url(../images/LogoDulceNatura.png);
    background-color: #F15B5C;
  }
  .overlay#LogoTiaLola{
    background-image: url(../images/LogoTiaLola.png);
    background-color: #1C3F94;
  }

  .overlay#Libro{
    background-image: url(../images/Proyecto1.png);
    background-color: transparent;
  }
  .overlay#PodCast{
    background-image: url(../images/Proyecto2.png);
    background-color: #1C3F94;
  }
  .overlay#Fundacion{
    background-image: url(../images/Proyecto3.png);
    background-color: #1C3F94;
  }
  .overlay#Sharktank{
    background-image: url(../images/Proyecto4.png);
    background-color: #1C3F94;
  }
  .contenedor:hover .overlay {
    opacity: 1;
    height: 25%;
  }
  .contenedor:hover .text{
    opacity: 1;
    bottom: -22px;
  }
  .contenedor:hover .overlay#Libro{height: 0;}
  .contenedor:hover .overlay#PodCast{height: 0;}
  .contenedor:hover .overlay#Fundacion{height: 0;}
  .contenedor:hover .overlay#Sharktank{height: 0;}
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    background-color: #B38FBF;
    padding: 10px;
    opacity: 0;
  }
 

  /*Fin estilos imagenes*/

.ContenedorPopUp{display: none;    clear: both;
    position: relative;}
.MiHistoria p{
    text-align: justify;
    font-size: 22px;
}
.TituloMarisa{
    padding-left: 14%;

}
.TituloMarisa h3{ 
    font-family: Raleway;
    
}
.TituloMarisa h1{ 
    font-family: Quando;
    font-size: 75px;
    
}
.TituloMarisa h1:hover{
    color: #B38FBF;
}
.TituloMarisa h1 b{color: #B38FBF;}
.TituloMarisa h2{ 
    font-family: Raleway;
    
    background-image: url(../images/Linea.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 230px;

}
.TituloMarisa p{ 
    font-family: Raleway;
    
}
#BolsaTrabajo{display: none;}
h2.Subtitulo{
    font-family: Quando;
    text-align: center;
}
.PL-10{padding-left: 10%;}
.TextoPrincipal{padding:0;margin-bottom: -45px;}
.Divisiones{
    background-image: url(../Images/DivisionSuperior.png),url(../Images/DivisionInferior.png);
    background-position: top, bottom;
    background-repeat: repeat-x;
    padding: 40px 0;
    border: none;
    background-color: transparent;
}
.IconosPodcast img{margin-right: 15px;}
.columnasCentradas{text-align: center;}    
.columnasCentradas img{margin-bottom: 20px;}
.columnasCentradas h2{margin-bottom: 50px;}    
.ContenidoBeige{
    background-image: url(../Images/BGBeige.png);
    background-position: center;
    background-color: #F7F3EE;
    background-repeat: repeat;
    padding: 50px 0;
}
a.Retorno{background-color: #CCB7A4;color: #000;padding: 10px 25px;border-radius: 20px;position: relative;left: 0;}
a.Retorno:hover{color: #000 !important;opacity: .7;}
a.Retorno b{    margin-right: 10px;
    font-size: 18px;}

.ContenedorPopUp a.Retorno{background-color: #CCB7A4;color: #000;padding: 10px 25px;border-radius: 20px;position: absolute;left: 0;}
.ContenedorPopUp a.Retorno:hover{color: #000;opacity: .7;}
.ContenedorPopUp a.Retorno b{    margin-right: 10px;
    font-size: 18px;}
.ContenedorPopUp h2{
    text-align: center;
    clear: both;
}

.ContenedorPopUp h3{    text-align: left;
    font-weight: 600;}
.ContenedorPopUp h4{text-align: center;}

.ContenedorPopUp p{text-align: justify;}

.Marcas{text-align: center;}
.PodCast{
    background-color: #F7F3EE;
    padding-top:0;
    padding-bottom: 0;
}

.PodCast h2.Subtitulo{text-align: left;}
.Espacio{
    background-color: #F7F3EE;
}
.text-right{text-align: right;}
.RedesFooter{}
.RedesFooter img{    margin: 0 5px;}
@media(max-width:1280px){

    .TituloMarisa h2{padding-left: 160px;
        background-size: 140px;}
    .TituloMarisa h1{font-size: 60px;}
    }
@media(max-width:1200px){
#mainMenu nav > ul > li > a{
    padding: 10px 5px;
}

@media(max-width:1100px){
    #mainMenu nav > ul > li > a{
        padding: 10px 5px;
    }
    }
@media(max-width:992px){

    .polo-carousel-item img { height: auto !important; }
    img { height: auto !important; }
    .ContenedorPopUp a.Retorno{position: relative;
        margin-bottom: 25px;
        float: left;}
    #mainMenu nav > ul > li > a{padding:15px 0;}
    #mainMenu nav > ul > li.BotonHead > a{padding: 10px 30px;}
    .LogoHead{
       
        width: 50%;
        position: absolute;
    }
    
    .TituloMarisa {
        padding: 40px;
    }
    .PL-10{padding-left: 40px;}
    .Mobile{display: block !important;}

    .MenuHead{width: 100%;text-align: right;}
    
    .BotonHead{
display: none;
text-align:left;
    }

    .team-members .team-member .team-image{
        text-align: center;
    }
    .TituloMarisa{text-align: center;}
    /*Estilos para vista celular*/
    .TituloMarisa h2 {
        background-position: bottom;
        padding-left: 0;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }
    .TituloMarisa h1{font-size: 45px;}
.ContenidoBeige{
    padding-left: 30px;
}
.ContenidoBeige img{
    margin-bottom: 25px;
}
.PL-10 {
    padding: 50px 20px;
    text-align: center;
}
.PodCast h2.Subtitulo{text-align: center;}
.IconosPodcast{margin: 25px 0;}
.Espacio{    padding: 80px 20px;
    padding-bottom: 80px !important;text-align: center;}
    .Espacio img{margin-bottom: 25px;}
    h2.Subtitulo{
        
        text-align: center !important;
    }
    .product .product-title{max-width: 100%;}
    .TextoMiMundo{margin-bottom: 25px;}
    .Instagram{
        text-align: center;
    }
    #footer{
        text-align: center;
    }
    .text-right{text-align: center;}
}