/*
Theme Name: Macaco JR.
Theme URI: http://www.agenciamacaco.com
Version: 1.0
Description: Tema hijo de Macaco
Author: Vicente Chiriguaya
Author URI: http://www.agenciamacaco.com
Template: macaco
*/
 
/*----------------- Cambios a partir de aquí -------------------------------*/

@media all {

	#ecube-home .titulo-producto a {
	    /* background-color: blue; */
	    position: absolute;
	    width: 500px!important;
	    height: 200px;
	    /* left: -31px; */
	    /* top: 23px; */
	    display: flex;
	}

	h1, h2, h3, h4, h5, h6 {
	  font-family: 'Nunito', sans-serif; 
	}

	.titulo-01 {
		color: #008084;
		font-size: 32px;
		text-align: center !important;
		padding-bottom: 30px;
	}

	.btn-banner {
		border-style: solid;
		border-width: 5px;
	}

	.titulo-02 {
		color: white;
		font-size: 32px;
		text-align: center !important;
		padding-bottom: 30px;
	}

	.titulo-03 {
		color: #008084;
		font-size: 23px;
		text-align: center !important;
		padding-bottom: 30px;
	}

	.titulo-nosotros-int {
		color: #008084;
		font-size: 32px;
		text-align: center !important;
		padding-bottom: 30px;
	}

	p, span, td, a {
      font-family: 'Open Sans', sans-serif;
    }

    .pwhite p, .pwhite span {
    	color: white;
    }

    .txt-justify p {
    	text-align: justify ;
    }

	#section-main {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.acerca_ghg {
		max-width: 720px !important;
	}

	.main-box, .static-main-box .vc_column-inner  {
	    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.28);
	    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.28);
	    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.28);
	    margin-bottom: 25px;
	    overflow: hidden;
	    background-color: white;
	    border-radius: 10px;
	    padding:0;
	    -webkit-transition: 0.15s ease-in; /* Safari */
	    transition: 0.15s ease-in ;
	}

	.second-box .vc_column-inner  {
	    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.28);
	    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.28);
	    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.28);
	    padding: 0 !important;
	    overflow: hidden;
	    background-color: white;
	    border-radius: 10px;
	    padding:0;
	    -webkit-transition: transform 0.15s ease-in; /* Safari */
	    transition: transform 0.15s ease-in ;
	}

	.main-box-color {
		background-color: #008084 !important;
	}

	.main-box:hover {
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.28);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.28);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.28);
		-ms-transform: translate(0 , -3px ); /* IE 9 */
		-webkit-transform: translate( 0, -3px); /* Safari */
		transform: translate( 0, -3px );
	}

	.second-box .vc_column-inner:hover {
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.28);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.28);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.28);
		-ms-transform: translate(0 , -3px ); /* IE 9 */
		-webkit-transform: translate( 0, -3px); /* Safari */
		transform: translate( 0, -3px );
	}
	
	.caja-interna .vc_column-inner {
	    padding: 0 !important;
	}

	.img-productos {
	    border-radius: 10px 10px 0 0;
	    margin-bottom: 0 !important;
	}
	.titulo-producto {
		padding: 15px 0 15px 30px;
		font-size: 22px;
		color: white;
		min-height: 90px;
	}

	.titulo-producto:before {
	    font-family: FontAwesome;
	    content: "\f061";
	    color: #006064;
	    display: inline-block;
	    vertical-align: middle;
	    position: absolute;
	    right: 28px
	} 

	.btm-margin-column {
		margin-bottom: 15px;
	}
	/*servicios icon*/

	.serv-hm{
	    padding: 0 25px;
	}

	a.link_serv {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    opacity: 0;
	}

	#section_serv .wpb_column .vc_column-inner {
	    padding-top: 120px;
	    padding-bottom: 90px;
	}

	#section_serv .wpb_column:nth-child(odd) .vc_column-inner {
	    background-color: #1a1a1a;
	}

	#section_serv .wpb_column:hover .vc_column-inner {
	    background-color: #111111 !important;
	}


	/* Servicios página principal*/

	/*.caja-servicios {
	    -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.28);
	    -moz-box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.28);
	    box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.28);
	    margin-bottom: 25px;
	    overflow: hidden;
	    border-radius: 10px;
	    padding:0;
	}

	.titulo-servicios {
	    margin: -75px 0 0 0;
	    z-index: 99999;
	    text-align: center !important;
	    position: relative;
	    padding: 0 0 25px 0;
	    color: white;
	    font-size: 24px;
	}

	#imagen-pd {
	    position: relative;
	}

	div#imagen-pd figure:before {
	    content: "";
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    top: 30%;
	    background: rgba(0,0,0,0);
	    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 61%, rgba(0,0,0,0.7) 100%);
	    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(61%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
	    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 61%, rgba(0,0,0,0.7) 100%);
	    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 61%, rgba(0,0,0,0.7) 100%);
	    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 61%, rgba(0,0,0,0.7) 100%);
	    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 61%, rgba(0,0,0,0.7) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	}

	.descripcion_servicio {
		margin: 0 0 15px 0 !important;
		min-height: 50px;
		padding: 0 15px 0 15px;
		text-align: justify;
	}*/







	figure.center-on-medium.logo-container img{
		display: none;
	}

	figure.center-on-medium.logo-container {
		min-height: 60px;
		background-repeat: no-repeat;
		background-image: url("http://poligresa.fin.ec/wp-content/themes/macaco-child/assets/img/logo-navbar.png");
	}



















	/*Crédito directo encabezado*/
	.cd-encabezado {
		font-size: 24px;
		line-height: 24px;
		color: #00ACC1 !important;

	}

	/* Página de Nosotros*/

	.titulo-nosotros {
		color: white;
		text-align: center !important;
		padding-bottom: 15px;
	}

	.int-box .vc_column-inner  {
	    padding-top: 0 !important;
	    padding-left: 15px;
	    padding-right: 15px;
	    min-height: 350px;
	}

	.caja-interna-nosotros {
		padding: 50px;
	}

	/* Menú Lateral*/
	#menu-lateral a {
	    text-decoration: none;
	    color: #424242;
	    font-size: 18px;
	    padding-left: 30px;
	}

	#menu-lateral .menu-item-248 a {
		color:white;
	}

	#menu-lateral ul {
	    list-style:none;
	    background-color: #F5F5F5;
	    border-radius: 10px;
	    margin-top: 15px;
	    overflow: hidden;

	}

	#menu-lateral li:first-child {
		background-color: #0096AB;
	}

	#menu-lateral li {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #E0E0E0;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: white;
	}

	#menu-lateral li:last-child {
		border-bottom-style: none !important;
		border-bottom-width: 0 !important;
		border-bottom-color: unset !important;
	}

	#menu-lateral li {
		padding: 12px 0 11px 0;
	}

	#menu-lateral li:hover {
		background-color: #E0E0E0;
	}

	#menu-lateral li:first-child:hover {
	    background-color: #0096AB;
	}

	.titulo-productos-int {
		text-align: center !important;
		color: #009AAF;
		font-size: 22px;
		padding: 10px 0 10px 0;
		background-color: #f5f5f5;
	}

	/*Editado por Vite*/
	.caja>.vc_column-inner {
	    border: 2px solid #008084;
	    border-radius: 10px;
	    padding: 30px !important;
	    position: relative !important;
	}

	.caja-edu>.vc_column-inner {
	    border: 2px solid #008084;
	    border-radius: 10px;
	    padding: 50px 30px 0 30px !important;
	    position: relative !important;
	}

	.caja-edu.borde-izquierdo>.vc_column-inner {
	    padding-left: 60px !important;
	    overflow: hidden;
	}

	.caja-edu.borde-izquierdo>.vc_column-inner:before{
		content: " ";
		height: 100%;
		width: 30px;
		left: 0;
		top: 0;
		background: #008084;
		position: absolute;
		display: block;
	}

	.caja.borde-izquierdo>.vc_column-inner {
	    padding-left: 60px !important;
	    overflow: hidden;
	}

	.caja.borde-izquierdo>.vc_column-inner:before{
		content: " ";
		height: 100%;
		width: 30px;
		left: 0;
		top: 0;
		background: #008084;
		position: absolute;
		display: block;
	}

	.icono-caja{
		margin-bottom: 15px !important;
	}

	.icono-caja img {
	    width: 65px;
   		margin-bottom: 15px !important;
	}

	.titulo-caja {
	    color: #008084;
	    padding-bottom: 25px;
	}

	.texto-caja p {
		font-size: 0.85em;
    	margin-bottom: 25px !important;
	}
	
	.wpb_content_element{
		margin-bottom: 0 !important;
	}
	
	.no-scaling img{
		min-width: 100% !important;
	}
	
	.borde-en-caja {
		background: #008084 !important;
	}
	
	.subtexto-icono {
		font-weight: normal;
		font-size: 16px;
	}
	
	.main-box.color-alterno{
		background: #424242;
	}
	
	.color-alterno .subtexto-icono{
		color: white;
	}
	
	.box-responsive-inner >.vc_column-inner>.wpb_wrapper {
		display: flex;
		width: 100%;
		height: 100%;
	}
	
	.box-responsive-inner >.vc_column-inner>.wpb_wrapper>.vc_row {
		width: 100%;
	}
	
	.subtexto-perifericos {
		font-size: 13px;
		padding: 10px;
		margin-right: -30px !important;
		margin-left: -30px;
		margin-bottom: -30px !important;
	}
	
	.no-bold{
		font-weight: normal;
	}
	
	.main-box.noppadding>.wpb_column>.vc_column-inner{
		padding: 0 !important;
	}
	
	.no-row-padding>.vc_row{
		margin: 0 !important;
	}
	
	.main-section-info .n2-ss-align {
		overflow: hidden !important;
		border: 1px solid #008084 !important;
		border-top-right-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
	}
	
	.main-section-info .nextend-thumbnail-inner.n2-ow>div {
		background: #242424 !important;
	}
	
	.main-section-info .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
		color: #fff;
		border-color: #008084 !important;
		background-color: #008084 !important;
	}
	
	.color-alterno{
		color: white !important;
	}
	
	ul.wpb_tabs_nav.ui-tabs-nav {
		background: #424242;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		overflow: hidden;
	}
	
	li.ui-state-default.ui-tabs-active.ui-state-active {
		background: #212121 !important;
	}
	
	li.ui-state-default a {
		color: white;
	}
	
	li.ui-state-default {
		background: #424242 !important;
	}
	
	li.ui-state-default {
		background: #424242 !important;
	}
	
	ul.submenu li {
		display: inline-block;
		padding: 0;
		border-bottom: 1px solid #e8e4e4;
	}
	
	ul.submenu li a{
		padding: 15px 0;
	}
	

	.form-control {
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 10px;
		border-radius: 5px;
		box-shadow: none;
		border: none;
		padding-left: 35px;
	}
	
	#container-form div {
		position: relative;
	}
	
	span.font-icon {
		position: absolute;
		top: 11px !important;
		left: 25px !important;
		color: #1c1c1c;
	}
	
	textarea.form-control {
		height: 150px;
	}
	
	.btn.btn-enviar {
	    display: block;
	    width: 180px;
	    padding: 10px 10px;
	    border: none;
	    background: #2090cb;
	    border-radius: 10px;
	    margin: 0 auto;
	    font-family: FontAwesome, 'Open Sans', sans-serif, serif;
	    font-size: 14px;
	    font-weight: normal;
	    color: white;
	    position: relative;
	    cursor: pointer;
	}
	
	.n2-ss-thumb-image.n2-ow {
		background-position: center center !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-color: white !important;
	}
	
	.no-row .vc_row {
		margin: 0 !important;
	}
}

@media screen and (min-width: 767px){
	.subtexto-icono {
		margin-top: -10px;
		padding-bottom: 15px;		
	}
	
	nav .container-menu .menu-item.menu-item-has-children:hover ul.submenu {
		visibility: visible;
		opacity: 1;
	}
	
	
	
}

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

}


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

  }

@media only screen and (max-width: 768px) {
	#section_serv .wpb_column .vc_column-inner {
	    padding-top: 30px !important;
	    padding-bottom: 30px !important;
	}

	/*Cambios del logo*/

	figure.center-on-medium.logo-container img{
		display: none;
	}

	figure.center-on-medium.logo-container {
		min-height: 50px;
		background-repeat: no-repeat;
		background-image: url("http://poligresa.fin.ec/wp-content/themes/macaco-child/assets/img/logo-navbar.png");
	}

	/*Cambios del logo*/
}

@media only screen and (max-width: 640px) {
	.titulo-producto {
	    padding: 10px 0 0 15px;
	    font-size: 15px;
	    color: white;
	    min-height: 60px;
	}
		.titulo-producto:before {
	    font-family: FontAwesome;
	    font-size: 14px;
	    content: "\f061";
	    color: #006064;
	    display: inline-block;
	    vertical-align: middle;
	    position: absolute;
	    right: 15px;
	}
}

@media only screen and (max-width: 425px) {
	}
@media only screen and (max-width: 320px) {
   }


/*Navbar*/

@media all {
	
	p.top-info {
		font-family: "Hind", sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
		font-size: 14px;
	}
	
  .container-menu a,
  .container-menu a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .top-bar,
  .logo-container,
  nav.sticky .top-bar,
  nav.sticky .logo-container {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .top-bar {
    padding: 5px 0;
    opacity: 1;
  }

  .top-bar ul {
    text-align: right;
    width: 100%;
  }

  .top-bar ul li {
    display: inline-block;
  }
	
	.top-bar {
		background: #268EC9 !important;
	}

  .top-bar *::-moz-selection {
    background: #424242 !important;
    /* WebKit/Blink Browsers */
  }

  .top-bar *::selection {
    background: #424242 !important;
    /* WebKit/Blink Browsers */
  }

  .top-bar *::-moz-selection {
    background: #424242 !important;
    /* Gecko Browsers */
  }

  .top-bar .padding-right {
    padding-right: 20px;
  }

  .top-bar .padding-left {
    padding-left: 20px;
  }

  .top-bar .border-right {
    /*border-right: 1px solid #fff;*/
  }

  .top-bar .far,
  .top-bar .fab,
  .top-bar .fa {
    padding: 0px 5px;
  }

  .logo-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }

  nav .container-menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .container-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    place-content: center;
    font-family: "Roboto", sans-serif;
    font-size: 0.95em;
    color: #424242;
    text-decoration: none;
  }

  .container-menu a:hover {
    background: rgba(170, 167, 180, 0.1);
  }

  .top-info {
    padding: 2px 0;
  }

  .container-menu-button {
    position: absolute;
    top: calc(50% - 20px);
  }

  nav {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: white;
    height: auto;
  }

  nav:not(.sticky) {
    max-height: 155px;
  }

  nav.sticky .top-bar {
    height: 0;
    padding: 0;
  }

  nav.sticky .logo-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 992px) {
  .logo-container {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .logo-container img {
    width: auto;
    max-height: 60px;
  }
	.center-on-medium{
		text-align: center !important;
	}
	
	nav .container-menu .menu-item {
		flex-direction: column;
	}
	
	ul.submenu {
		height: 0;
		width: 100%;
	}
	
	li.menu-item-has-children:hover ul.submenu {
		display: block !important;
		height: auto;
	}
	
}

@media screen and (max-width: 375px) {
  .top-bar .top-info {
    font-size: 0.70em;
  }
}

@media screen and (max-width: 992px) {
  .top-bar ul {
    text-align: center;
  }

  .container-nav-menu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .container-menu {
    height: auto;
    display: block;
  }

  nav .container-menu .menu-item a {
    display: block;
    padding: 10px 15px;
    text-align: left;
  }

  .container-nav-menu {
   display: block !important;
    position: absolute;
    top: 100%;
    background: white;
    padding: 0;
	  width: 250px;
  }

  .container-nav-menu a {
    place-content: start;
    text-align: right;
    padding: 10px;
  }
	
	nav ul.menu-item {
		width: 250px;
		flex-direction: column;
	}
	
	nav .container-menu .menu-item li a {
		padding: 20px 15px;
	}
	
	
}

@media all{

	.tcon {
	  -webkit-appearance: none;
		 -moz-appearance: none;
			  appearance: none;
	  border: none;
	  cursor: pointer;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  height: 40px;
	  -webkit-transition: 0.3s;
	  transition: 0.3s;
	  -webkit-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
	  width: 40px;
	  background: transparent;
	  outline: none;
	  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	  -webkit-tap-highlight-color: transparent;
	}

	.tcon > * {
	  display: block;
	}

	.tcon:hover,
	.tcon:focus {
	  outline: none;
	}

	.tcon::-moz-focus-inner {
	  border: 0;
	}

	.tcon-menu__lines {
	  display: inline-block;
	  height: 5.71428571px;
	  width: 40px;
	  border-radius: 2.85714286px;
	  -webkit-transition: 0.3s;
	  transition: 0.3s;
	  background: #626261;
	  position: relative;
	}

	.tcon-menu__lines::before,
	.tcon-menu__lines::after {
	  display: inline-block;
	  height: 5.71428571px;
	  width: 40px;
	  border-radius: 2.85714286px;
	  -webkit-transition: 0.3s;
	  transition: 0.3s;
	  background: #626261;
	  content: '';
	  position: absolute;
	  left: 0;
	  -webkit-transform-origin: 2.85714286px center;
			  transform-origin: 2.85714286px center;
	  width: 100%;
	}

	.tcon-menu__lines::before {
	  top: 10px;
	}

	.tcon-menu__lines::after {
	  top: -10px;
	}

	.tcon-transform .tcon-menu__lines {
	  -webkit-transform: scale3d(0.8, 0.8, 0.8);
			  transform: scale3d(0.8, 0.8, 0.8);
	}

	.tcon-menu--xcross {
	  width: auto;
	}

	.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
	  background: transparent;
	}

	.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before,
	.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	  -webkit-transform-origin: 50% 50%;
			  transform-origin: 50% 50%;
	  top: 0;
	  width: 40px;
	}

	.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
	  -webkit-transform: rotate3d(0, 0, 1, 45deg);
			  transform: rotate3d(0, 0, 1, 45deg);
	}

	.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	  -webkit-transform: rotate3d(0, 0, 1, -45deg);
			  transform: rotate3d(0, 0, 1, -45deg);
	}

	.tcon-visuallyhidden {
	  border: 0;
	  clip: rect(0 0 0 0);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute;
	  width: 1px;
	}

	.tcon-visuallyhidden:active,
	.tcon-visuallyhidden:focus {
	  clip: auto;
	  height: auto;
	  margin: 0;
	  overflow: visible;
	  position: static;
	  width: auto;
	}


}

@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700|Open+Sans:400,600,700');

/*CAMBIOS POLIGRESA*/

@media all{
	.padding-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}	

	.titulo {
	    font-family: 'Nunito', sans-serif !important;
	    padding-bottom: 25px !important;
	    font-weight: bold !important;
	    text-align: center !important;
	    font-size: 30px !important;
	}


	.titulo-sub {
	    text-align: left !important;
	    padding-bottom: 10px !important;
	}

	.titulo.titulo1{
		color: #1E88E5 !important;
	}

	.texto {
	    padding-bottom: 35px;
	}

	.texto p{
		font-family: 'Open Sans', sans-serif !important;
		text-align: justify !important;
		text-align-last: center !important;
		font-size: 14px !important;
	}

	.imagen-text-container {
	    display: flex;
	    align-items: center;
	    margin-top: 15px;
	    margin-bottom: 15px;
	    margin: auto;
	    max-width: 320px;
	}

	.imagen-text-container p {
	    text-align: center;
	    padding-left: 15px;
	    flex-grow: 2;
	}

	.imagen-text-container.iconos-nosotros p {
	    font-family: 'Nunito', sans-serif;
	    font-size: 18px;
	    font-weight: bold;
	}

	.alterno, .alterno p{
		color: white !important;
	}

	.full{
		margin: 0 !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	    width: 100% !important;
	    max-width: 100% !important;
	}

	.titulo.titulo-2 {
	    font-size: 15px !important;
	    padding-bottom: 15px !important;
	    padding-top: 20px !important;
	    color: #1E88E5;
	}

	.container-box .vc_column-inner {
	    max-width: 320px;
	    margin: 0 auto !important;
	}

	.imagen-text-container.iconos-texto-2 {
	    padding: 15px;
	    margin-top: 15px;
	    margin-bottom: 15px;
	    font-size: 13px;
	}

	.caja, .caja-2>div {
	    border-radius: 5px;
	    background: white;
	    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	    overflow: hidden !important;
	    max-width: 375px;
	    margin: 0 auto;
	}

	.justificado, .justificado p{
		text-align: justify !important;
		text-align-last: unset !important;
	}

	.pt-2{
		padding-top: 2em;
	}

	.iconos-texto-2.small{
		max-width: 230px !important;
	}


	.iconos-texto-2.left p{
		text-align: left !important; 
	}

	.iconos-texto-2.large{
		padding: 15px 5px !important;
	    max-width: 280px;
	}

	.caja-contenido-centro-mediano {
	    max-width: 930px;
	    margin: 0 auto !important;
	}

	.titulo.titulo2 {
	    font-size: 25px !important;
	    color: #1E88E5 !important;
	}

	.titulo.titulo3 {
	    font-size: 25px !important;
	    color: #6aad45 !important;
	}

	.btn button {
	    padding: 10px 55px !important;
	}


	.btn i {
	    left: 30px !important;
	}

	.btn.btn-azul button{
		background: #1E88E5 !important;
	}

	.btn.btn-verde button{
		background: #6aad45 !important;
	}

	.vineta-visto ul {
	    padding: 0 15px;
	    list-style: none;
	    padding-left: 30px;
	    padding-bottom: 20px;
	}

	.vineta-visto ul li {
	    padding-top: 5px;
	    padding-bottom: 5px;
	    font-family: 'Open Sans',serif,sans-serif;
	    font-size: 15px;
	    text-align: justify;
	    position: relative;
	}

	.vineta-visto ul li:before{
		content: '\f00c';
		font-family: FontAwesome;
		position: absolute;
		top: 9px;
    	left: -25px;
    	color: #6aad45;
	}

	.vineta-visto.alternativo ul li:before{
    	color: #219ad4;
	}

	.container-full-height div {
	    height: 100% !important;
	}

	.titulo.titulo1.alterno{
		color: #6aad45 !important;
	}

	.texto.justificar p{
		text-align: justify !important;
		text-align-last: unset !important;
	}

	.padding-section.ancho {
	    padding-top: 90px !important;
	    padding-bottom: 90px !important;
	}

	.box-inside-icon {
	    position: relative;
	}

	.icono-box-inside {
	    position: absolute;
	    left: -60px;
	    top: -15px;
	}

	.container-flex {
	    display: flex;
	    flex-shrink: 1;
	    place-items: center;
	    width: 100%;
	    justify-content: space-between;
	}

	.container-flex p {
	    color: #546e7a;
	    font-size: 13px;
	    font-weight: bold;
	    font-family: 'Open Sans',sans-serif,serif;
	}

	.container-flex.widget-flex {
	    place-items: end;
	}

	.container-flex.widget-flex i {
        font-size: 20px;
	    padding-right: 15px;
	    color: #81d4fa;
	    min-width: 40px;
	    text-align: center;
	}

	.container-flex.widget-flex p, .container-flex.widget-flex a, p.smalltext-footer {
	    font-weight: normal;
	    color: #546e7a;
	    font-size: 13px;
	    font-family: 'Open Sans',sans-serif,serif;
	}

	.container-flex.widget-flex {
	    justify-content: left;
	}

	a.btn-footer {
	    background: #81d4fa;
	    width: 100%;
	    display: block;
	    text-align: center;
	    padding: 10px 15px;
	    border-radius: 10px;
	    margin-bottom: 5px;
	    color: #546e7a !important;
	}

	p.smalltext-footer {
	    font-size: 11px;
	}

	.border-counter>div {
	    border: 2px solid white;
	    border-top: 0;
	    border-bottom: 0;
	    border-left: 2px solid white;
	    border-right: 2px solid white;
	}

	span.count {
	    font-size: 30px;
	    color: white;
	    margin-right: -5px;
	}

	.imagen-text-container.counter {
	    color: white;
	}

	p.count-container {
	    flex-grow: 3;
	    padding: 0;
	}

	.imagen-text-container p:not(.count-container) {
	    font-weight: bold;
	    text-align: left;
	}

	.imagen-text-container.counter.texto-bold {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}




	/*
	* Cambios Alvaro Aponte
	*/

	.wpcf7-response-output{
		margin-left: 40px !important;
		margin-right: 40px !important;
	}




	/*pagina tienda*/
	div.woocommerce{
		padding-top: 100px;
	}













	/*
	* FIN de Cambios Alvaro Aponte
	*/






}

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

	.border-counter>div {
	    border-top: 2px solid white;
	    border-bottom: 2px solid white;
	    border-left: 0px;
	    border-right: 0px;
	}

}
