.post-inner{
	width: 100%;
    max-width: 100%;
    padding: 0;
}

h1{
    margin-bottom: 20px;
	color: white;
    /*text-shadow: 1px 2px black;*/
}
.post-content p{
	padding-bottom: 3rem;    
}
.post-content{
    background: linear-gradient(145deg, #cbcbcb, transparent, #c7dcf3);
}
.formulario{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin-top: -1rem;
    position: relative;
	padding-bottom: 4rem;
    box-shadow: 3px 3px 10px #00000091 inset;
    transition: 0.3s all ease-in-out; 
 }
.caba{
    position: relative;
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    margin: 5% 0;
    justify-content:center;
	margin-left: 1rem;
    transition: 0.3s all ease-in-out;
    /*overflow: hidden;*/
}
.balcon{
    max-height: 110px;
}
.tabtext{
    text-align: center;
    font-family: "Tomorrow", sans-serif;
    margin-left: 0.2em;
}
.izquierda{
    background: #0045bf;
    position: relative;
    left: 0px;
    width: auto;
    max-width: 250px;
    border-radius: 5px 0px 0px 5px;  
    /*transition: 0.6s all ease-in-out; */
}
.derecha{
    background: transparent;
    height: fit-content;
   /* height: 624px;*/
    z-index: 10;
    transition: 0.3s all ease-in-out;
    border-radius: 0px 5px 5px 0px;
    /*box-shadow: -5px 3px 10px black;
    -webkit-box-shadow: -5px 3px 10px black;
    -moz-box-shadow: -5px 3px 10px black;*/
}
.atomb{
    margin-right:10px ;
    transition: 0.3s all ease-in-out; 
    max-width: 640px;
   /* min-width: 500px;*/
    transition: 0.3s all;
}
.mapas{
    display: block;
    position: relative;
    left: 0%;
    width: 50%;
    z-index: 10;
   /* left: -50%;
    z-index: -1;
    width: 1%;*/
}
.mapas_out{
    animation-name: salida;
    animation-duration: 1s;
    animation-iteration-count: 1;
    left: -40%;
    z-index: -1;
    width: 1%;
    opacity: 0;
    /*display: none;*/
}

.mapas_in{
    animation-name: salida;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction:reverse;
    box-shadow: 2px 2px 10px black;
    left: 0%;
    width: 40%;
    z-index: 2;
}

@keyframes salida{
    0% {left:0%; width: 40%; z-index: 2; opacity: 1;}
    85% {left: -20%; width: 1%; z-index: -1; opacity: 0.9;}
    100% {left: -40%; width: 1%; z-index: -1; opacity: 0;}
}
.tarjetablu{
	padding: 0rem 1.2rem;
    position: relative;
    color: white;
    height: auto;    
	padding: 5px 1.2rem 1rem;
	padding-bottom: 2rem;
    min-width: 200px;
}

.logocomu{
    font-size: 7rem;
    position: absolute;
    background: #0045bf;
    background: linear-gradient(90deg, #0045bf 35%, transparent);
    /* margin: 5% 24% 10% 24%; */
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
    width: 100%;
    color: white;
    text-shadow: 1px 2px black;
    z-index: 10;
}
.pesta{
    left: -70px;
    position: absolute;
    font-size: 3rem !important;
    padding: 1rem;
    border-radius: 50px 0px 0px 50px;
    margin-top: 0 !important;
    top: 0;
    width: 200px;
    z-index: 1;
    box-shadow: -10px 2px 5px black;
    -webkit-box-shadow: -10px 2px 5px black;
    -moz-box-shadow: -10px 2px 5px black;
    text-align: left;
}

@keyframes pestana{

}

.pesta:hover{
    box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
}
.sombraiz{
     box-shadow: -6px 0px 10px inset #0000007d;
    -webkit-box-shadow: -6px 0px 10px inset #0000007d;
    -moz-box-shadow: -6px 0px 10px inset #0000007d;
}
.moveiz{
    /*left: 200px;
    width: 200px !important;
    height: 200px;*/
    animation-name: recogida;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    /*margin-left: 80px;
    width: 0px !important;
    height: 200px;*/
    width: 0px;
    margin-left: 80px;
}

@keyframes recogida{
   0%{ margin-left: 0px; width: 250px; }
  /* 50%{margin-left: 40px; width: 150px; }*/
   100%{margin-left: 80px; width: 0px !important;}
}

.sutituloh2{
    font-family: 'Roboto';
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
	font-size: medium;
    transition: 0.3s all ease-in-out;
}
.tfon{
    font-size: 1em;
    transition: 0.3s all ease-in-out;
}
.estetico{
    background: white;
    top: 300px;
    position: fixed;
    z-index: 100;
    box-shadow: 1px 5px 10px #00000082;
    padding: 1rem;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 500px;
    text-align: center;
    border: none;
    /*animation-name: entrada;
    animation-duration: 1s;
    animation-iteration-count: 1;*/
}

.esteticoen{
    animation-name: entrada;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
.esteticore{
    animation-name: salida;
    animation-duration: 1s;
    animation-iteration-count: 1;
    
}
@keyframes entrada{
	0%{opacity: 0;}	
	50%{opacity: 0.5;}	
	100%{opacity: 1;}
}
@keyframes salida{
	0%{opacity: 1;}	
	50%{opacity: 0.5;}	
	100%{opacity: 0;}
}

/* bloque principal de formulario */

@media only screen and (max-width: 500px) {
    .derecha{width: 500px;margin-right:10px;}
    .izquierda{width: 200px;}
    .pesta{left: -120px;}
    .logocomu{font-size: 5rem; margin: 5% 5% 5% 15%;}
    .sutituloh2{font-size: small;}
    .tfon{font-size: 0.7em;}
    .tabtext{font-size: xx-small;}
}

@media only screen and (max-width: 768px) {
    .derecha{width: 450px;margin-right:10px;}
    .izquierda{width: 200px;}
    .pesta{left: -80px;}
    .logocomu{font-size: 5rem ; margin: 5% 5% 5% 5%;}
    .tfon{font-size: 0.8em;}
    .moveiz{left: 90px;width: 90px !important;}
    .tabtext{font-size: small;}
    .t-tabs li{padding: 0.3em 0.7em 0em; display: flex; flex-wrap: wrap; flex-direction: column;}
}

@media only screen and (max-width: 1200px) {
    .derecha{width: 650px;}
    .izquierda{width: 250px;}
    .moveiz {width: 0px;}
    .tabtext{font-size: medium;}
    
}
/* bloque principal de formulario */

.post-content p {
    padding-bottom: 0;    
}
.caba5{
  background: #00000087;
    color: white;
    padding: 10px 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* formulario */
.renglon{
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}


.tope{
    margin-top: 150px;
}
.suth2{
    border-top: 2px solid;
    border-bottom: 2px solid;
    text-align: left;
}

.listaesp{
  list-style: none;
   margin-top: 1rem;
   margin-left: 0rem;	
}
.lisaesp1{
  border-bottom: 2px solid;
  border-top: 2px solid;
  margin-top: 0.2rem;
}
.lis{
   font-size: 16px;
   font-weight: 400;
}
.icono{
   font-size: 1.4rem;
    margin-right: 0.5rem;
}

.iconon{
   position: relative;    
    padding: 0.5rem 0rem 0.5rem 0.5rem;
}
.wpcf7-form-control-wrap {
    margin-bottom: 0.7rem;
}
.wpcf7-form-control{
   width: 100%;
    padding: 8px 16px !important;
    background: #f2f2f2;
    border-radius: 3px;
	border:none;
}

.post-content table tbody > tr:nth-child(odd) > td {
    background: transparent;
}

/* formulario de correo*/
.correo{
    padding: 5px;;
}
.correos{
    display: block;
    padding: 5px 10px;
    text-transform: capitalize;
    position: relative;
    top: 30px;
    z-index: 100;
    animation: 0.3s all;
    color: black;
}
.cUp {
     animation: sube 0.3s; 
     top: 0px;   
}
.inferno{
    border-bottom: 2px solid;
    background: aliceblue;   
}
.wpcf7-not-valid-tip{
    position: absolute;
    top: 0;
    left: 50%;
    font-weight: bold;
    padding: 3px;
    border-radius: 3px;
    border: 1px slategrey;
}

@keyframes sube {
  from {top: 30px;}
  to {top: 0px;}
}

.btn{
    /* width: 100% !important;
    border-radius: 20PX !important;*/
    transform: skewX(-20deg);
    border-radius: 0 !important;
    background: none;
    font-size: 1.3em !important;
    width: 190px;
    position: absolute;
    top: 0;
    left: 0;
}
.btnb{
    position: absolute;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 0 5px 5px 0;
    height: inherit;
    font-weight: 900;
    background: #333333;
    color: white;
    width: 150px;   
    transition: 0.5s all;
}

.btnb:hover{
    background: white;
    color: black;
    box-shadow: 0px 0px 2px inset black;
    letter-spacing: 3px;
}

.btna{
    background: #333333;
    color: white;
    /* transform: skewX(20deg); */
    max-width: 180px;
    /* float: left; */
    height: 40px;
    margin: 15px !important;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}


input[type="email"]:focus-visible, input[type="email"]:visited  {
    border:none !important;
}

/*.featured-media{
    overflow: unset !important;
}*/
.contactoform{
    color: #333333;
    border-bottom: 2px solid;
    padding-bottom: 0.3em;
    margin-bottom: 0px !important;
    margin-top: 25px !important;   
}
/* final de formilario de correo*/

/* tabuladores*/
.t-container {
    margin: 0 auto;
   /* padding: 0 2em;*/
  }
  .t-tabs, .t-contents {
    list-style-type: none;
    margin: 0;
   /* padding: 0 2% 0 2%;*/
    box-sizing: border-box;
  }
  .t-tabs li {
    color: #dedede;
    padding: 0.5em 0.7em;
    text-decoration: none;
    float: left;
    text-align: center;
    font-size: 1.1em;
    background: #717171;
    border-bottom: 0;
    min-width: 40px;
    margin-right: 2px;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    cursor: pointer;
  }
  .t-tabs li:hover {
    background-color: #545454;
    color: #d2d2d2;
  }
  .t-tabs li.selected {
    /*color: #458ace;
    cursor: default;
    background: #333;*/
    cursor: default;
    color: white;
    text-shadow: 1px 2px black;
    background: #03036a;
  }
  .t-contents {
    padding: 0 !important
  }
  .t-content {
    padding: 0 1em;
    /*background-color: #333;*/
    /*border: 3px solid #03036a;*/
    box-sizing: border-box;
    float: left;
    width: 100%;
    color: #b7b7b7;
    line-height: 1.3em;
    text-align: justify;
    z-index: 1;
    position: relative;
    max-height: 0;
    transition: max-height 0.5s ease 0s;
    margin-bottom: 0px !important;
    background-image: linear-gradient(145deg, #cfcccc 80%, #0045bf);
    overflow: hidden;
  }
  .t-content.selected {
    max-height: 3000px;
    transition: max-height 1.25s ease 0.5s;    
    box-shadow: 0px 1px 10px black;
  }
/* tabuladores fin*/

