@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap');
body{
    background-image: url(../images/fondo-YoLitigo.jpg);
    background-attachment: fixed;
    background-position: top center;
}

.web{display: block;}
.app{display: none;}
@media(max-width: 900px){
    .web{display: none;}
    .app{display: block;}
}

/* POLITICAS */
.politicas{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    color:#fff;
    z-index: 9999;
    padding:25px;
    border-top: solid 1px #ddd;
}

.boton-politicas{
    border: none;
    background: #000;
    color: #fff;
    padding: 4px 10px;
}

.politicas p{
    margin: 0px 0px 10px 0px;
}

.cerrar-politicas i{
    color: red;
    font-size: 18px;
}
/* POLITICAS */
/* BOTON WHATSAPP */
.btn-ws{
    background-color: #32bd0f;
    z-index: 999;
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 12px 15px;
    border-radius: 100px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}

.btn-ws i{
    font-size: 40px;
    color:#fff;
}

@media(max-width:700px){
    .btn-ws{
        bottom: 15px;
        right: 15px;
        padding: 10px 13px;
    }
    
    .btn-ws i{
        font-size: 35px;
    }
}
/* BOTON WHATSAPP */
.cont-contenido {
    width: 100%;
    position: relative;
    z-index: 9;
    background: rgba(255, 255, 255, 0.8);
    padding: 0px 0px;
}

.contenido {
    width: 80%;
    max-width: 1200px;
    margin: auto !important;
}
/* MENU MOVIL */
#menu-movil-mostrar{
    display: none;
}

.btn-menu-movil{
    position: fixed;
    z-index: 99;
    right: 40px;
    top: 30px;
    background-image: url(../images/bg-btn-movil.svg);
    background-size: 98%;
    background-repeat: no-repeat;
    background-position:center;
    padding: 15px 16px 15px 25px;
    color: #fff;
    display: none;
}

@media(max-width:1250px){
    .btn-menu-movil{
        display: block;
    }
}

@media(max-width:800px){
    .btn-menu-movil{
        display: block;
        right: 10px;
        top: 15px;
    }
}

.btn-menu-movil i{
    color: #fff;
}

.menu-movil {
    background: rgba(45, 5, 45, 0.97);
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: scroll;
    padding: 60px 30px;
}

.menu-movil .menu-menu-principal-container{
    width: 100% !important;
}

.menu-movil ul{
    list-style: none;
    padding: 0px;
    width: 100%;
}

.menu-movil ul li:last-child a{
    background-color: #80207C;
    color: #fff;
    font-weight: 700;
}

.menu-movil ul a{
    padding: 15px 0px;
    margin:5px;
    display: block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
}

.menu-movil ul a:hover{
	color:#fff;
}

.btn-menu-movil-cerrar{
    position: absolute;
    right: 10px;
    top: 10px;
}

.btn-menu-movil-cerrar a{
    padding: 15px;
    display: block;
    border-bottom: none;
}

.btn-menu-movil-cerrar i{
    color: #fff;
    font-size: 22px !important;
    display: block;
}
/* TOP BAR */

.cont-top-bar{
    background-color: #490949;
    position: relative;
    z-index: 9;
    padding: 2px;
}

.top-bar{
    width: 95%;
    max-width: 1280px;
    padding: 10px 0px;
    margin: auto;
    box-sizing: border-box;
    display: none;
}

.top-bar nav{
    display: inline-block;
}

.top-bar nav:last-child{
    float: right;
}

.top-bar ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.top-bar li{
    display: inline-block;
    vertical-align: middle;
}

.top-bar a{
    border:solid 2px #fff;
    border-radius:50px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 400ms;
}

.top-bar a:hover{
    opacity: 0.7;
    text-decoration: none;
}

.top-bar i{
    color:#fff;
}

.fas{
    font-size: 15px;
}

.fab{
    font-size: 17px;
}

.fa-instagram{
    font-size: 20px;
}
/* HEADER */

header{
    width: 100%;
	position:fixed;
	z-index:11;
	top:0px;
	left:0px;
	background-color:rgba(255,255,255,0.95);
}

.header{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 10px 0px;
}

.logo{
    width: 300px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width:800px){
    .logo{
        width: 250px;
    }
}

.logo img{
    width: 100%;
    height: 100%;
}

.menu-principal{
    width:calc(100% - 350px);
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

@media(max-width:1250px){
    .menu-principal{
        display: none;
    }
}

.menu-principal ul{
    padding: 0px;
    margin: 0px;
}

.menu-principal li{
    display: inline-block;
}

.menu-principal li::before{
    display: inline-block;
    vertical-align: middle;
    content:" ";
    width: 1px;
    height: 15px;
    background-color:#222;
}

.menu-principal li:last-child::before{
    display: none;
}

.menu-principal a{
    padding: 10px 20px;
    color: #222;
}

.menu-principal a:hover{
    color: #888;
    text-decoration: none;
}

.menu-principal li:last-child a{
    background-color:#80207C;
    color: #fff;
    border-radius: 60px;
    transition: ease-in-out 400ms;
}

.menu-principal li:last-child a:hover{
    background-color: #490949;
}
/*   BANNER PRINCIPAL   */

.banner-principal{
    margin-bottom: 100px;
    position: relative;
    overflow: visible !important;
	z-index:7;
	margin-top:100px;
}

.banner-principal::before{
    position: absolute;
    z-index: 3;
    bottom: -70px;
    left: 180px;
    width: 250px;
    height: 250px;
    content: "";
    display: block;
    background-image: url(../images/bg-btn-movil.svg);
    background-size: 98%;
    background-repeat: no-repeat;
    background-position:center;
    transform: rotate(90deg);
}
@media(max-width:700px){
    .banner-principal::before{
        width: 90px;
        height: 90px;
        left: 10%;
        bottom: -40px;
        margin-left: 0px;
    }
}

.claro h1{
    font-size: 55px;
    font-weight: 700;
    color: #666;
    margin:0px !important;
    padding: 0px !important;
}

.claro h2{
    font-size: 40px;
    line-height: 43px;
    font-weight: 700;
    color: #80207C;
    margin:0px !important;
    padding: 0px !important;
}

.gris{
    background-color:rgba(0,0,0,0.07);
    padding: 100px 0px 60px 0px;
}

.titulosGris h6{
    display:block;
    text-align: center;
    margin:center;
    font-size: 35px;
    font-weight: 700;
    color: #444;
    margin-bottom: 20px;
}

.titulosGris h6::after{
    content:" ";
    display:block;
    width: 170px;
    height: 3px;
    border-radius: 10px;
    margin: 15px auto 10px auto;
    background-color:#80207C;
}

.negrilla strong{
    font-size: 30px;
    color: #80207C;
    font-weight: 700;
}

.color{
    padding: 100px 0px;
}

.color h1, .color h2, .color h3, .color h4, .color h5, .color h6{
    color: #fff;
    font-weight: 700;
}

.titulosColor h6{
    display:block;
    text-align: center;
    margin:center;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.titulosColor h6::after{
    content:" ";
    display:block;
    width: 170px;
    height: 3px;
    border-radius: 10px;
    margin: 15px auto 10px auto;
    background-color:#fff;
}

.color p{
    color: #fff;
}

.formulario p{
    text-align: center;
}

.formulario a{
    font-weight: 700;
    color: #fff;    
}

.formulario a:hover{
    color: #fff;    
}

.formulario input{
    padding: 10px 20px !important;
    width: 80%;
    max-width: 500px;
    margin: 5px auto;
    border:none;
    border-radius: 100px;
    text-align: center;
    display: block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    border: solid 1px rgba(255, 255, 255, 0.6);
    transition: ease-in-out 300ms;
}

.formulario input::placeholder{
    color: rgba(255, 255, 255, 0.6);
}

.formulario input:focus-visible{
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.3);
    outline: none;
}

.formulario input[type=submit]{
    background-color: #bd3ab8;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    border: none;
    box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}

.blanco{
    padding: 100px 0px;
}

.blanco2{
    padding: 100px 0px;
}

.panel-tarifas{
    padding: 20px !important;
}

.panel-tarifas>.vc_column-inner{
    border-radius: 5px 50px 5px 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    overflow: hidden;
}

.panel-tarifas>.wpb_wrapper{
    padding: 20px;
}

.titulo-panel-tarifas{
    background-image: url(../images/titulo-tarifas.png);
    background-color: #efefef;
    background-position: bottom;
    margin-bottom: 0px !important;
    padding: 40px 10px 55px 10px;
}

    .titulo-panel-tarifas h3{
        color: #fff;
        font-weight: 700;
    }

    .titulo-panel-tarifas h5{
        color: #fff;
    }

.texto-panel-tarifas{
    background-color: #efefef;
    margin-bottom: 0px !important;
    padding: 20px 20px 40px 20px;
}

.texto-panel-tarifas a{
    padding: 10px 20px;
    background-color: #80207C;
    color: #fff;
    transition: ease-in-out 500ms;
    color: #fff;
    font-weight: 700;
    border-radius:4px;
    display: block;
}

.texto-panel-tarifas a:hover{
    border-radius:40px;
    color: #fff;
    text-decoration: none;
}

.texto-panel-tarifas ul{
    list-style: none;
    padding: 0px;
    margin-bottom: 30px;
}

.texto-panel-tarifas li{
    margin:5px 0px;
}

.texto-panel-tarifas strong{
    font-size: 30px;
    font-weight: 700;
}

.imagen{
    border-radius: 200px;
    border:solid 5px #bd3ab8;
    overflow: hidden;
}

.gris2{
    padding: 100px 0px;
    background-color:rgba(0,0,0,0.07);
}

.gris2 h2, .gris2 h3{
    font-weight: 700;
}

.menu-formulario2 ul{
    padding: 0px;
    list-style: none;
}

.menu-formulario2 li{
    display: block;
    margin: 5px 0px;
}

.menu-formulario2 a{
    display: block;
    transition: ease-in-out 400ms;
    color: #444;
}

.menu-formulario2 a:hover{
    opacity: 0.7;
    text-decoration: none;
    color: #444;
}

.menu-formulario2 i{
    color:#80207C;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: solid #80207C 2px;
    border-radius: 50px;
    margin-right: 7px;
}

.formulario2{
    padding: 60px 40px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    text-align: center;
}

.formulario2 input{
    padding: 10px 20px !important;
    width: 80%;
    max-width: 500px;
    margin: 5px auto;
    border:none;
    border-radius: 100px;
    text-align: center;
    display: block;
    color: #555;
    background-color: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.2);
    transition: ease-in-out 300ms;
}

.formulario2 input::placeholder{
    color: rgba(0, 0, 0, 0.6);
}

.formulario2 input:focus-visible{
    background-color: rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(0, 0, 0, 0.4);
    outline: none;
}

.formulario2 input[type=submit]{
    background-color: #bd3ab8;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    border: none;
    box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}

footer{
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
    background-image: url(../images/bg-footer.png);
    background-position: top;
    margin-top: -50px;
	z-index:9;
	position:relative;
}

.panel-footer{
    width: 80%;
    padding: 30px 0px;
    margin: auto;
    text-align: center;
}

footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer li{
    display: inline-block;
    vertical-align: middle;
    margin:0px 6px;
}

footer a{
    border:solid 2px #fff;
    border-radius:50px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 400ms;
}

footer a:hover{
    opacity: 0.7;
    text-decoration: none;
}

footer i{
    color: #fff;
}

.wp-block-image img{
    height: auto;
}

.creditos{
    width: 100%;
    height: auto;
    background-color: #490A49;
    color: #fff;
    margin:0px;
    padding: 20px;
}

.creditos p{
    margin:0px;
    color: #fff;
    text-align: center;
}

.creditos a{
    color: rgba(255, 255, 255, 0.5);
}

.creditos a:hover{
    color: #c754c3;
}

.legal-colorblanco li {
	color: #FFFFFF;
}

.sub-header{
	margin:100px 0px 30px 0px;
	background:#80207C;
	color:#fff;
	padding:30px;
	text-align:center;
	font-weight:700;
	font-size:40px;
}

.lista-entradas{
	padding:0px;
	margin-bottom:100px;
}

.lista-entradas li{
	margin-bottom:60px;
	overflow:hidden;
}

.imagen-destacada{
    border-radius: 5px 40px 5px 5px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    width:100%;
	margin-bottom:15px;
}

.imagen-destacada img{
	width:100%;
	height:auto;
	object-fit:contain;
}

.titulo-post a, .titulo-post{
	color:#80207C;
	font-weight:700;
	font-size:30px;
}

.datos-post{
	padding:0px;
	margin:5px 0px;
}

.datos-post li{
	display:inline-block;
	margin:0px 10px 0px 0px;
}

.datos-post a{
	color:#555;
	font-weight:700;
}

.datos-post a:hover{
	color:#222;
}

.servicios a{
	background-color:#80207C;
	color:#fff;
	font-weight:500;
	padding:10px 20px;
	display:inline-block;
}

.servicios a:hover{
	color:#fff;
}

.servicios i{
	color:#fff;
}

.informacion{
	display:block;
	margin-bottom:100px !important;
}