/*
Theme Name: Asopantanillos
Theme URI: asopantanillo.org
Template: oceanwp
Author: Movemos Marcas - 
Author URI: 
Description: Aspantanillo template - tema hijo de wp-ocean Servicio profesional para la casa de tu ser querido
Updated: 2021-02 -05 18:59:35
text Domain: asopantanillo

*/

/**REGISTRAR FUENTES */


@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap');

h1, h2, h3, h4, h5, h6, a, p, label, li{
  font-family: 'Quicksand', sans-serif;
}

h3 {
    font-size: 25px;
    color: var(--azul-dos);
}

p{ 
    font-weight: 600;
}

body{
  overflow: hidden;
}

:root {

  --azul-oscuro: #2A1071;
  --azul-claro: #0094E0;
  --azul-claro-dos: #2DC6F2;
  --main-color: hotpink;
  --gris: #EAE9E9;
  --azul-dos: #2560A7;
}

/** Estilos menu */

header#site-header {
  top: -14px;
  position: fixed;
  z-index: 1;
  padding: 9px 16px;
  background: transparent;
}

div#site-header-inner {
  max-width: 90%;
  padding: 10px 39px 5px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 0px 0px 30px 30px;
  display: flex;
  align-items: center;
}

header#site-header.sticky img.custom-logo{
  max-height: 58px !important;
  transition: 0.5s;
}

#site-navigation-wrap .dropdown-menu>li>a{
  line-height: 15px;
}

span.text-wrap{
  transition: 0.35s;
}

.sticky span.text-wrap {
  font-size: 16px !important;
  transition: 0.35s;
}

div#site-logo {
  flex: 0.9;
}

ul#menu-menu-principal a{
  font-style: normal;
  font-weight: bold;
  font-size: 20px !important;
}

.menu-item {
  top: 10px;
}

.btn-recibo-primario {
  border-radius: 25px;
  padding: 10px;
  border: solid var(--azul-claro) 2px;
  top: 0px !important;
  transition:0.2s; 
}

.btn-recibo-primario:hover{
  background-color:  var(--azul-claro);
  transition:0.2s;
}

.btn-recibo-primario:hover a{
  color: white  !important;
}

.btn-recibo-primario a.menu-link:hover>span:after{
  display: none !important;
}


/** TAB ESTILOS */

.tab-general-personal {
  max-width: 75%;
  margin: auto;
  height: 500px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-top: 50px;
}

.tabs {
  position: relative;
  margin: 3rem 0;
  background:transparent;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tabs::before,
.tabs::after {
  content: "";
  display: table;
}

.tabs::after { clear: both; }

.tab {
  float: left;
  flex: 1;
}

.tab-switch { display: none; }

.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 45px;
  background: var(--gris);
  color: var(--azul-oscuro);
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
  border-radius: 25px 25px 0 0;
}

.tab-label:hover {
  top: -0.25rem;
  transition: all 0.25s;
}

.tab-content {
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  opacity: 0;
  transition: all 0.35s;
}


.tab-switch:checked + .tab-label {
  background: var(--azul-claro);
  color: white;
  border-bottom: 0;
  border-radius: 25px 25px 0 0;
  transition: all 0.35s;
  z-index: 2;
  top: -0.0625rem;
}

.tab-switch:checked + .tab-label:hover { top: -0.0625rem; }

.tab-switch:checked + .tab-label + .tab-content {
  opacity: 1;
  transition: all 0.35s;
  z-index: 3;
  width: 100%;
    height: auto;
}

label{
  font-weight: bold;
}

p.container-tabs {
  text-align: left;
  font-weight: 500;
  margin-bottom: 72px;
}

.content-internal-tab {
  max-width: 80%;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  line-height: 24px;
  font-size: 18px;
}

a.btn-go-to-1 {
  background-color: var(--azul-claro);
  color: white;
  padding: 10px 49px;
  border-radius: 25px;
}

.content-internal-tab.mapa {
  display: grid;
  grid-template-columns: 40% 60%;
}


section.content-prefotter {
  position: relative;
  margin-top: -400px;
  z-index: -1;
  margin-left: -5px;
}

#footer-widgets{
  background-color: #141A31 !important;
  padding: 30px 0;
  margin-top: -81px !important;
}

/** Foter */

#footer-widgets img.custom-logo {
  background: white;
  padding: 26px 15px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

h4.widget-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
}

.textwidget.custom-html-widget h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: white;
  margin-bottom: 9px;
}

.como-pagar {
  max-width: 85%;
  padding: 16px 16px;
  border: solid 1px white;
  color: white;
  transition: 0.35s;
  cursor: pointer;
}

.como-pagar:hover {
  background: white;
  transition: 0.35s;
  color: var(--azul-oscuro);
}

.como-pagar:hover h3.titulo-footer-pagar{
  transition: 0.35s;
  color: var(--azul-oscuro);
}

p.content-text {
  margin: 0;
  font-weight: 500;

}

.footer-box.span_1_of_3.col.col-2 h3 {
  font-weight: 500;
}

p.content-text {
  margin: 0;
}

div#media_image-2 {
  background: white;
  padding: 5px;
  border-radius: 11px;
  max-width: 45%;
  margin: auto;
  text-align: center;
  float: left;
  max-width: 56%;
  height: 63px;
  margin-right: 5px;
}

div#media_image-2 img {
  height: 100% !important;
  object-fit: contain;
}

div#media_image-3 {
  background: white;
  display: inline-block;
  padding: 10px;
  border-radius: 17px;
}

div#media_image-3 {
  max-width: 42%;
}

/** Float boton */
p.pagar-servicio-float {
  position: fixed;
  right: 0;
  background: #4360AC;
  top: 50%;
  padding: 10px 25px;
  border-radius: 25px 0 0 25px;
  max-width: 141px;
  line-height: 20px;
  transition:0.35s;
}

a.servicios-link {
  color: white;
  font-size: 20px;
}

p.pagina-dian {
  position: fixed;
  right: 0;
  top: 40%;
  background: var(--azul-claro-dos);
  padding: 10px 25px;
  border-radius: 25px 0 0 25px;
  transition:0.35s;
}

p.pagina-dian a {
  font-size: 20px;
  color: white;
}

.pagina-dian:hover, p.pagar-servicio-float:hover{
  transition: 0.35s;
  padding: 10px 68px 10px 25px;
}

p.pagar-servicio-float:hover{
  max-width: 210px;
}

.tratamiento-datos{
	border-bottom: solid 1px white;
}

.tratamiento-datos:hover{
	color:white;
	font-weight:900;
}


/** POLITICAS PROTECCIÓN DE DATOS */
.privacy-policy div#content-wrap {
    max-width: 80%;
    margin: auto;
}

.page-header {
    position: relative;
    background-color: var(--azul-oscuro);
    padding: 34px 0;
    text-align: center;
    padding-top:108px;
}

h1.page-header-title.clr {
    color: white;
    font-size: 32px;
    font-weight: 800;
    max-width: 80%;
    margin: auto;
}

.page-header {
    position: relative;
    background-color: var(--azul-oscuro);
    padding: 34px 0;
    text-align: center;
    padding-top: 104px;
    border-radius: 0 0 25% 25%;
}

.entry.clr p {
    font-weight: 500;
    font-size: 20px;
    text-align: justify;
    line-height: 28px;
}


/** blog estilo **/

.content-img-single img {
    width: 100%;
    margin-top: -69px;
    height: 50vh;
    object-fit: cover;
}


.title-content-single, .container-posts, .comentarios {
    max-width: 90%;
    margin: auto;
}

/** RESPONSIVE MOVIL **/


@media(max-width: 780px){

  /*header */

    header#site-header {
      padding: 0;
  }

  div#site-header-inner{
    max-width: 95%;
    padding: 19px 23px 3px;
    position: relative;
    z-index: 2;
  }

  /** Internal hero*/
    section.banner-principal{
      left: -17px !important;
  }

  h2.titulo-hero{
      right: 0 !important
  }

  /** footer float botons */

  p.pagina-dian{
    padding: 5px 11px;
  }

  p.pagina-dian a{
    font-size: 16px;
  }

  p.pagar-servicio-float{
    padding: 12px 5px 12px 13px;
    max-width: 94px;
  }

  a.servicios-link{
    font-size: 15px;
  }
	
	/** POLITICAS PROTECCIÓN DE DATOS */
	.privacy-policy div#content-wrap {
		max-width: 90%;
	}


	h1.page-header-title.clr {
		font-size: 22px;
		max-width: 90%;
	}
	
	.entry.clr p{
		font-size: 18px;
	}
}



/* TEMPORAL */

/* TEXTOS */

section#solicitudes {
    max-width: 80%;
    margin: auto;
    position: relative;
}

h3.solicitudes {
    border-bottom: solid 2px;
    max-width: 75%;
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 56px;
    color: var(--azul-oscuro);
}

.card-top-content ul {
    color: black;
}

.contendor-global:nth-child(even) .card-top-content ul {
    color: white;
	font-size: 18px;
}

.content-card-solicitudes {
    margin-top: 97px;
	font-size: 18px;
}

.items-content-services {
    position: relative;
    background: var(--azul-dos);
    color: white;
    box-shadow: 40px 40px 100px rgba(24, 48, 63, 0.5);
    border-radius: 40px;
    transition: 0.35s;
    top: 0;
}

.contendor-global:nth-child(even) .items-content-services{
    background: white;
    color: var(--azul-dos);
}



.items-content-services:hover{
    top: -25px;
    transition:0.35s;
}

.grid-solictud-tramites {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7%;
    position: relative;
}

.number-top-right {
    background-color: var(--azul-dos);
    color: white;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    top: -30px;
    left: -30px;
}

.contendor-global:nth-child(even) .number-top-right{
    background-color: white;
    color: var(--azul-dos);
}

.content-global {
    background: white;
    padding: 35px 35px 80px;
    border-radius: 40px;
    box-shadow: 40px 40px 100px rgb(24 48 63 / 50%);
}

.contendor-global:nth-child(even) .content-global{
    background-color: var(--azul-dos);
}

h4.title-text {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 29px;
    color: #0E1324;
}

.contendor-global:nth-child(even) h4.title-text{
    color: white;
}

.card-top-content p {
    font-size: 18px;
    line-height: 25px;
    color: #382E2E;
    font-weight: 400;
}

.contendor-global:nth-child(even)  .card-top-content p{
    color: white;
}

.list-requisitos {
    padding: 26px;
    font-weight: 400;
	padding-bottom: 44px;
}

a.boton-descargar {
    background: black;
    color: white;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    padding: 7px;
    border-radius: 60px;
    text-align: center;
    display: inherit;
    margin-bottom: 10px;
}

a.boton-enviar {
    color: white;
    text-align: center;
    display: inherit;
    background: #1E3564;
    border-radius: 60px;
    padding: 7px;
}

/**  footer whats app buton */

.whats-app-float {
    position: fixed;
	right: -145px;
    font-size: 20px;
    z-index: 10;
    bottom: 40%;
    padding: 10px 25px;
    background: #128C7E;
    border-radius: 25px 0px 0px 25px;
	transition: 0.35s;
}

.whats-app-float:hover{
	transition:0.35s;
	right:0px;
}

.whats-app-float a {
    color: white;
    font-weight: 800;
}

.whats-app-float i.fab.fa-whatsapp {
	padding-right: 16px;
    font-size: 34px;
    position: relative;
    top: 5px;
    line-height: 0;
}

 @media(max-width: 750px){
	 
	 section#solicitudes{
		 max-width: 91%;
	 }
	 
	 h3.solicitudes{
		 font-size: 36px;
	 }
	 
    .grid-solictud-tramites{
		grid-template-columns: 1fr;
        grid-gap: 2%;
    }
	 
	 .content-global{
		 padding: 45px 15px 80px;
	 }
	 
	 .number-top-right{
		 left: 0px;
	 }
 }


/* QUIENES SOMOS */

img.imagen-destacada-qs {
    max-height: 50vh;
    width: 100%;
    object-fit: cover;
  	margin-top: -100px;
	object-position: center;
}

.the_content .contenedor-section {
    max-width: 80%;
    margin: auto;
    margin-top: 66px;
}

.the_content .contenedor-section p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.the_content figure.wp-block-gallery.columns-1.is-cropped {
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    max-width: 89%;
    margin: auto;
}

@media(max-width: 750px){
	.img-descktop{
		display: none;
	}
}


/* SECTION BUSCADOR*/

section.buscador {
    max-width: 80%;
    margin: auto;
    min-height: 500px;
	padding-top: 51px;
}



h2.descargar-titulo {
    font-size: 30px;
    color: #2A1071;
    max-width: 70%;
    line-height: 45px;
	text-transform: uppercase;
}

input#formulario {
    background: rgba(196, 196, 196, 0.38);
    border: none;
    border-bottom: solid 1px #382E2E;
    height: 35px;
	padding: 5px 0px 0px 10px;
}

input#formulario::placeholder, input#formulario {
    color: #2A3C7A;
    font-size: 25px;
}

button#boton {
    border: none;
    width: 151px;
    font-size: 18px;
    border-radius: 12px;
    background-color: var(--azul-oscuro);
    color: white;
    margin-left: 25px;
	transition:0.5s;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 0%);
	
}

button#boton:hover {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    transition: 0.5s;
    background: var(--azul-claro);
}

.datos {
    background: white;
    padding: 25px;
    margin-top: 25px;
    border-radius: 7px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

p.nombre {
    font-size: 25px;
    margin-top: 10px;
    transition: 0.5s;
    color: var(--azul-dos);
	margin-bottom: 0;
}

p.codigo-intetno {
    font-size: 16px;
}

p.valor.a.pagar {
    font-size: 20px;
}

p.valor.a.pagar span {
    font-size: 27px;
    color: var(--azul-dos);
    font-weight: bold;
    display: block;
    line-height: 18px;
}

.descargar-factura {
    font-size: 24px;
}

.descargar-factura a {
    color: var(--azul-oscuro);
    font-weight: bold;
	transition:0.5s;
	border-bottom:solid 2px;
	border-width: 0px;

}

.descargar-factura a:hover{
	color: var(--azul-dos);
	transition:0.5s;
	border-width: 100%;
}

i.fas.fa-file-download.descaregar-icon{
	transform: rotate(0deg );
    transition: 0.5s;
}

.descargar-factura a:hover i.fas.fa-file-download.descaregar-icon {
    transform: rotate(10deg );
    transition: 0.5s;
}

.g-recaptcha {
    margin: 25px 0px;
}

.no-encontrato {
    font-size: 25px;
    color: red;
}

/* seguridad */
input#hidden-bot {
    display: none;
}

@media(max-width: 750px){
	h2.descargar-titulo{
		line-height: 30px;
		font-size: 22px;
		max-width:inherit;
	}
	
	section.buscador{
		max-width: 92%;
		min-height: 300px;
	}
	
	input#formulario{
		    max-width: 97%;
	}
	
	button#boton{
		margin-left: 0px;
		margin-top: 10px;
		width: 100%;
	}
	
	p.nombre{
		line-height: 29px;
	}
	
	p.codigo-intetno{
		margin-bottom: 1px;
	}
	.descargar-factura {
		font-size: 20px;
		line-height: 26px;
	}
}