/* Add here all your CSS customizations */

@media (max-width: 325px) {
    .btn-cotizar-mobile {
        font-size: 10px !important;
    }
    .banner-top-contacto {
        padding: 15px 10px 45px 10px !important;
    }
    .landing-form-contacto-box {
        margin-top: -15px !important;
    }
}
@media (min-width: 326px) and (max-width: 450px) {
    .btn-cotizar-mobile {
        font-size: 12px !important;
    }
    .banner-top-contacto {
        padding: 15px 10px 45px 10px !important;
    }
    .landing-form-contacto-box {
        margin-top: -15px !important;
    }
}
@media (min-width: 576px) {
	.container {
		max-width: 100%;
		width: 100%;
	}
}
/* Header boxed width */
@media (min-width: 576px) {
	div.header-body .container {
		/* max-width: 540px !important; */
    }
    div.banner-landing-call .container {
		max-width: 540px;
	}
}
@media (max-width: 575px) {
    .product-box {
        border-bottom: 1px solid rgb(90, 90, 90);
        padding: 20px 0px;
    }
    .product-box .entry-description {
        display: none !important;
    }
    .product-box-list .entry-producto img {
        width: 120px !important;
        padding: 10px;
    }
    .grid-options {
        display: none !important;
    }
    .parallax {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 768px) {
	div.header-body .container {
		/* max-width: 720px !important; */
    }
    div.banner-landing-call .container {
		max-width: 720px;
	}
}
@media (max-width: 991px) {
    .logo-header-mobile img {
        width: 92px;
    }
    .infra-slider-mobile {
        display: block !important;
    }
    .infra-slider-desktop, .infra-slider-thumbs-desktop {
        display: none !important;
    }
    .topRow2 {
        display: none;
    }
    .header-container {
        background: #364E6C !important;
    }
    .topRow3mobile {
        display: block !important;
    }
    .infra-slider-titulo {
        position: static !important;
    }
    .infra-slider-titulo h3 {
        font-weight: 100 !important;
    }
    .hide-mobile {
        display: none !important;
    }
    .widget-llamanos {
        margin-top: 0 !important;
        margin-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .infra-slider-mobile {
        display: none !important;
    }
    .infra-slider-desktop, .infra-slider-thumbs-desktop {
        display: block !important;
    }
	div.header-body .container {
		max-width: 960px !important;
    }
    div.banner-landing-call .container {
		max-width: 960px;
    }
    .topHeader {
        display: block !important;
    }
    .hide-desktop {
        display: none !important;
    }
}
@media (min-width: 1200px) {
	div.header-body .container {
		max-width: 1140px !important;
    }
    div.banner-landing-call .container {
		max-width: 1140px !important;
    }
    .parallax {
        background-size: initial !important;
    }
}

.btn-cotizar-mobile {
    padding: 5px 20px 5px 5px !important;
}

.bg-infra-azul213E6B {
    background: #213E6B !important;
}
.buttons-mobile-header .header-child {
    margin-left: 10px;
}

.infra-slider-image {
    position: relative;
}
.infra-slider-titulo {
    padding: 12px 5px;
    background-color: #162F5A;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}
.infra-slider-titulo h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
}

.text-infra-naranja {
    color: #FF8300;
}

.header-child a, .header-child :active {
	color: #FFFFFF;
	text-decoration: none;
}

.header-child a:hover {
	color: #188bae;
}

.header-child {
	color #FFFFFF;
}

figure.image img {
	width: 100%;
}


@media (min-width: 993px) {

	.header-child {
		line-height: 2.5rem;
	}

	.left-mobile-half {
		display: flex;
		width: 50%;
		text-align: center;
	}

	.right-mobile-half {
		display: flex;
		width: 50%;
		text-align: center;
	}

	.left-mobile-half .header-child {
		width: 50%;
	}

	.right-mobile-half .header-child {
		width: 33%;
	}
}

@media (max-width: 992px) {

	#topHeader {
		height: 50px !important;
    }
    
    ul.mobile-hide-dropdown {
        display: none !important;
    }
    .mobile-menu-header i.fas {
        display: none !important;
    }

	/* .header-body .header-top-container .header-row {
		display: block !important;
	} */

	span.imageCarruselSucursales {
		background-size: cover;
	}

	.left-mobile-half {
		display: flex;
		flex-direction: row;
		width: 100%;
		text-align: center;
	}
	.left-mobile-half .header-child {
		width: 50%;
	}

	.right-mobile-half {
		display: flex;
		flex-direction: row;
		width: 100%;
		text-align: center;
	}
	.right-mobile-half .header-child {
		width: 33%;
	}
}

@media (max-width: 450px) {
	#topHeader {
		height: 70px !important;
	}
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}
#mainNav ul.dropdown-menu {
	height: auto;
	max-height: 80vh;
	overflow-x: hidden;
}

ul.dropdown-mega-sub-nav > li {
	line-height: 16px;
}
/*
Forces carousel image to be 100% width and not max width of 100%
*/
.mb-10 {
    margin-bottom: 10px;
}
.playButton {
    cursor: pointer;
    background: url('../../img/icons/play.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 47%;
    top: 50%;
    width: 100px;
    height: 100px;
}
.carousel-indicators {
	bottom: 130px !important;
}
.carousel-item .carousel-caption {
    background-color: #1B3E6C;
    opacity: .90;
	font-family: 'Hind' sans-serif;
	bottom: 140px !important;
	width: 45%;
	left: 10%;
    right: 0;
    text-transform: uppercase;
    border-left: 5px solid #FF8300;
}
.video-wrap .carousel-caption {
    background-color: #1B3E6C;
    opacity: .90;
	font-family: 'Hind' sans-serif;
	width: 45%;
	left: 10%;
    right: 0;
    text-transform: uppercase;
    border-left: 5px solid #FF8300;
}
.carousel-caption h3 {
	color: white;
	font-size: 38px;
	margin-bottom: 0px;
	line-height: 3rem;
    font-size: 36px;
    font-weight: bold;
    padding-left: 20px;
    text-align: left;
    text-transform: none;
}
.carousel-caption p {
	color: white;
	text-transform: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    text-align: left;

}
.carousel-item .img-fluid {
  width:100%;
  height:100%;
}

.carousel-link {
	text-decoration: none;
	color:white !important;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

div.texto-titulo {
	text-transform: uppercase;
    color: white;

    width: 100%;
    text-align: center;
    position: absolute;
    top: 250px;
}

div.texto-titulo h1 {
	font-size: 44px !important;
	    margin-bottom: 20px;
}

div.bg-titulo-seccion {
	background-color: #188bae;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.8;
}

.error-message {
	color: #D24C4C;
}

.linkImage {
	cursor: pointer;
}

div.submit {
	float: left;
	margin-right: 10px;
}
.bold {
	font-weight: bold;
}

a.subCat2 {
	margin-left: 15px;
}
.entry-summary > p {
	margin: 0 !important;
}
.headerCantidad {
	font-weight: normal;
	font-size: 14px;
	color: gray;
}

a.clean-link {
	text-decoration: none;
}
div.homeTresCajas {
	width: 85%;
	margin: auto;
	margin-top: -125px;
	padding-bottom: 70px;
	max-width: 964px;
}

div.homeTresCajas h2 {
	font-family: 'Hind' sans-serif;
	text-align: center;
	font-weight: bold;

	font-size: 18px;

	text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5rem;
}

div.homeTresCajas h2.bgGray {
	background-color: #144784;
	color: #ffffff;
	margin: auto;
}
div.homeTresCajas h2.bgBlue {
	background-color: #004078;
	color: white;
}

div.homeTresCajas p {
	text-align: center;
}

div.homeCaja {
	max-height: 300px;
}

div.nopadding {
	padding: 0 !important;
}

span.imageCarruselSucursales {
	display: block;
	background-image: url('../../img/inicio/sucursales.jpg');
	background-position: center;
	background-repeat: no-repeat;

	min-height: 300px !important;

    -webkit-box-shadow: -6px 4px 12px -5px #878787;
    -moz-box-shadow: -6px 4px 12px -5px #878787;
    box-shadow: -6px 4px 12px -5px #878787;
}

div.bodyLaterales {
	min-height: 354px !important;
	display: flex;
	justify-content: center;
}

div.bodyNewsletter {
	min-height: 276px !important;
}

div.inputCheckbox div.checkbox {
	float: left;
}

div.bodyNewsletter div.form-home-input {
	width: 85%;
	text-align: center;
	margin: auto;
	padding: 5px;
}

input.checkboxAviso {
	width:20px;
    left: 200px;
    vertical-align:middle;
}
label.checkboxLabel {
	position:relative;
    width: 215px;
    display:inline-block;
    vertical-align:middle;
}

span.imageCarruselVideo {
	display: block;
	background-image: url('../../img/inicio/video.png');
	background-position: center;
	background-repeat: no-repeat;

	min-height: 300px !important;

    -webkit-box-shadow: 6px 4px 12px -5px #878787;
    -moz-box-shadow: 6px 4px 12px -5px #878787;
    box-shadow: 6px 4px 12px -5px #878787;
}

div.blueHomeLaterales {
	background-color: #144784;
	color: white;
	display: grid;
}

div.blueHomeCaja {
	background-color: #004078;
	color: white;
}


div.horizontal_3 {
	margin-top: 50px !important;
	width: 85%;
	margin: auto;
	position: static;
	padding-bottom: 30px;
	    max-width: 964px;
}
.franja_gris {
	position: absolute;
	height: 100px;
	width: 100%;
	background-color: #dddedf;
	margin: auto;
	left: 0;
	right: 0;
}

div.horizontal_3_box {
	margin-top: 25px;
}

div.horizontal_3_box h2.horizontal_3_title {
	font-family: 'Hind' sans-serif;
	font-weight: bold;
	background-color: #188bae;
	color: white;
	text-transform: uppercase;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	height: 80px;
	font-size: 29px;
}

span.imageBoxCursos {
	display: block;
	background-image: url('../../img/inicio/cursos-eventos_c.jpg');
	background-position: center;
	background-repeat: no-repeat;
	min-height: 300px !important;
}
span.imageBoxLibrerias {
	display: block;
	background-image: url('../../img/inicio/descargas.png');
	background-position: center;
	background-repeat: no-repeat;
	min-height: 300px !important;
}

/* Call to Action */
.call-to-action {
	position: relative;
	clear: both;
	min-height: 125px;
	padding-left: 25px;
	padding-right: 25px;
}

.call-to-action::after {
	clear: both;
	content: "";
	display: table;
}

.call-to-action h3 {
	text-transform: none;
	color: #1d2127;
	padding: 0;
	margin: 0 0 9px;
}

.call-to-action p {
	font-size: 1.2em;
}

.call-to-action .call-to-action-content {
	text-align: center;
	width: 70%;
	margin-left: 3%;
	padding-top: 35px;
}

.call-to-action .call-to-action-btn {
	width: 22%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin: -18px 0 0;
	left: auto;
	right: 25px;
}

.call-to-action.call-to-action-front {
	z-index: 1;
}

.call-to-action.call-to-action-default {
	background: #F4F4F4;
}

.call-to-action.call-to-action-dark {
	background: #2e353e;
}

.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p {
	color: #FFF;
}

.call-to-action.with-borders {
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.with-full-borders {
	border: 2px solid #CCC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.featured {
	background: -webkit-linear-gradient( top , #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
	padding: 0;
	margin: 0;
	border-top: 3px solid #CCC;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.featured.featured-primary {
	border-top-color: #CCC;
}

.call-to-action.featured.featured-secondary {
	border-top-color: #E36159;
}

.call-to-action.featured.featured-tertiary {
	border-top-color: #2BAAB1;
}

.call-to-action.featured.featured-quaternary {
	border-top-color: #2e353e;
}

.call-to-action.with-button-arrow .call-to-action-btn {
	top: 30%;
}

.call-to-action.button-centered .call-to-action-content {
	text-align: center;
	width: 100%;
	padding: 35px 0 0;
	margin: 0;
}

.call-to-action.button-centered .call-to-action-btn {
	text-align: center;
	position: static;
	margin: 20px auto 25px;
	width: auto;
}

.call-to-action.call-to-action-in-footer {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 30px;
	margin-bottom: -50px !important;
}

.call-to-action.call-to-action-in-footer:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #FFF;
	height: 20px;
	width: 20px;
	top: -5px;
	left: 50%;
	margin-left: -20px;
}

.call-to-action.no-top-arrow:before {
	display: none;
}

.call-to-action.call-to-action-in-footer-margin-top {
	margin-top: 60px;
}

.container .call-to-action {
	border-radius: 8px;
}

/* Responsive */
@media (max-width: 767px) {
	.call-to-action .call-to-action-content,
	.call-to-action .call-to-action-btn {
		margin: 0;
		padding: 20px;
		position: static;
		width: auto;
	}
}

/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width:280px) and (max-width:480px)  {
	.search-mobile {
		padding-top: -40px !important;
	}
	.carousel-caption {
		bottom: 0px !important;
		margin-bottom: -18px;
	}
	.carousel-caption h3 {
		font-size: 14px !important;
		padding: 10px 0 !important;
		line-height: 2px;
	}
	.carousel-caption p {
		line-height: 0px;
		font-size: 12px;
		margin-bottom: 23px;
	}
	.carousel-indicators {
		bottom: 0px !important;
		width: 164px;
		padding-left: 61px;
	}
	.carousel-inner {
	  position: relative;
	  width: 160%;
	  overflow: hidden;
	  margin-left: -112px;
	}
	.homeTresCajas {
		margin-top: 0px !important;
	}

	.homeCaja {
		max-height: 300px;
	}

	.bodyLaterales {
		min-height: 157px !important;
		display: flex;
		justify-content: center;
	}

	.left-mobile-half {
		display: block !important;
	}

	.left-mobile-half .header-child {
		width: 100% !important;
	}

	.footer-copyright {
		height: 100% !important;
		text-align: center !important;
	}
	#footer .footer-copyright .container .row > div {
		line-height: 1.5rem !important;
	}
}
/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width:481px) and (max-width:640px) {
	.carousel-caption {
		bottom: 0px !important;
	}
	.carousel-caption h3 {
		font-size: 20px !important;
		padding: 10px 0 !important;
	}
	.carousel-caption p {
		line-height: 1.2rem;
	}
	.carousel-indicators {
		bottom: 0px !important;
	}
	.homeTresCajas {
		margin-top: -20px !important;
	}
	.footer-copyright {
		height: 100% !important;
		text-align: center !important;
	}
	#footer .footer-copyright .container .row > div {
		line-height: 1.5rem !important;
	}
}
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width:641px) and (max-width:960px)  {
	.carousel-caption {
		bottom: 41px !important;
	}
	.carousel-caption h3 {
		font-size: 20px !important;
		padding: 10px 0 !important;
	}
	.carousel-caption p {
		line-height: 1.2rem;
	}
	.carousel-indicators {
		bottom: 0px !important;
	}
	.homeTresCajas {
		margin-top: -35px !important;
	}
	.footer-copyright {
		height: 100% !important;
		text-align: center !important;
	}
	#footer .footer-copyright .container .row > div {
		line-height: 1.5rem !important;
	}
}
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:961px) and (max-width:1024px)  {
	.homeTresCajas {
		margin-top: -35px !important;
	}
}
/* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) {

}
/* hi-res laptops and desktops */
@media (min-width:1281px) {

}




.badge {
  /* Set to any width you like */
  width: 28px;
  font-size: 7px;
  fill: #E85D0C;
  height: 21px;
}

.badge-mobile {
    /* Set to any width you like */
    width: 14px !important;
    font-size: 3px;
    fill: #E85D0C;
    position: absolute;
}

.badge text {
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-feature-settings: 'lnum';
  fill: white;
}

.badge-mobile text {
    font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-feature-settings: 'lnum';
    fill: white;
  }

.topHeader {
    position: relative;
}

.topHeader .header-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
    width: 100%;
    border-bottom: 1px solid transparent;
    z-index: 1001;
}

.topHeader .header-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-transition: ease height 300ms;
    transition: ease height 300ms;
}

.topHeader .header-row {
    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;
    max-height: 100%;
    justify-content: space-around;
    align-items: center;
}

.search-header {
    border-radius: 0 !important;
    font-size: 0.75rem !important;
    line-height: 1.25 !important;
}

.btn-search-header {
    font-size: 0.8rem;
    padding: 0.25rem 0.55rem;
}

.header-social-icon {
    line-height: 0;
    font-size: 20px;
}

.footer-copyright {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

html .btn-infra-naranja {
    background-color: #FF8300 !important;
    border-color: rgb(255, 151, 40) rgb(255, 151, 40) rgb(255, 151, 40) !important;
    color: #ffffff !important;
}

html .btn-infra-naranja:hover, html .btn-infra-naranja:active, html .btn-infra-naranja:focus {
    background-color: #FF8300 !important;
    border-color: rgb(255, 151, 40) rgb(255, 151, 40) rgb(255, 151, 40) !important;
    color: #ffffff !important;
}

html .btn-infra-blue {
    /* background-color: #FF8300;
    border-color: rgb(255, 151, 40) rgb(255, 151, 40) rgb(255, 151, 40); */
    color: #006899;
}
html .btn-infra-blue2 {
    background-color: #1B3E6C !important;
    border-color: rgb(27, 62, 108) rgb(27, 62, 108) rgb(27, 62, 108) !important;
    color: #ffffff !important;
}

html .btn-infra-azulclaro {
    background-color: #46A0EB;
    border-color: rgb(103, 147, 184) rgb(103, 147, 184) rgb(103, 147, 184);
    color: #FFF;
}

/* Landing */
.nobottompadding {
    padding-top: 1.25rem !important ;
    padding-bottom: 0 !important ;
}
.notopbottompadding {
    padding: 0 1.25rem !important ;
}
.card-left-image {
    float: left;
    width: 75px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 35px !important;
    border-radius: 10px;
}
.card-image {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}
.card-bullet {
    display: block;
    width: 50%;
    height: 50px;
    margin-right: 20px;
}
.bg-blue {
    background-color: #1B3E6C;
}
.banner-star-noticias .card-text {
    color: #888888;
    line-height: 18px;
    margin-bottom: 5px;
}
.banner-star-noticias .link-mas-info {
    font-weight: bold;
    color: #2B6E9B;
}
.borderbottom {
    border-bottom: 1px solid #ddd;
}
.card-icon {
    margin-bottom: 15px;
}
.alpha-card {
    background: none !important;
    border: none !important;
}
.bg-infra-blue {
    background-color: #1B3E6C;
}
.bg-infra-blue-light {
    background-color: #364E6C;
}
.banner-noticias a {
    text-decoration: none;
}
div.bg-infra-blue h5, div.bg-infra-blue-light h5, div.bg-infra-blue .card-text, div.bg-infra-blue-light .card-text {
    color: #FFF;
}
div.banner-landing-call .same-size {
    align-items: stretch;
}
div.banner-landing-call .container {
    display: flex;
}
.banner-landing-call-color-blue {
    background-color: #1B3E6C;
}
.bg-infra-rayas {
    background: url('../../img/inicio/bg-clientes.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-landing-call-bg5 {
    background: url('../../img/inicio/bg5.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-landing-call-box .title {
    padding: 65px 20px;
    line-height: 2.3rem;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
}
.banner-landing-call-box .subtitle {
    padding: 35px 20px;
    line-height: 1.3rem;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
}

.banner-landing-call-box {
    display: flex;
    align-items: center;
    justify-content: center;


}

.banner-landing-clientes {
    background: url('../../img/inicio/bg-clientes.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.landing-form-contacto {
    background: url('../../img/inicio/bg-contacto.jpg') no-repeat center center;
    color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-top-contacto {
    background-color: #1B3E6C;
    padding: 35px 10px 45px 10px;
}
.banner-top-contacto-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-top-contacto-text h4 {
    color: white;
}

.landing-form-contacto {
    display: flex;

    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 25vh;
}
.landing-form-contacto-box {
    background-color: white;
    padding: 45px 35px;
    margin-top: -35px;
    width: 45%;
    text-align: center;
}

.landing-form-contacto-box h4 {
    font-size: 1.8rem;
    font-weight: bold;
}
.landing-form-contacto-box p {
    line-height: 19px;
}
.landing-form-contacto-box .form-control {
    margin-bottom: 10px;
}

.landing-form-contacto-box .error-message {
    margin-top: -10px;
    text-align: left;
    margin-bottom: 5px;
}
.landing-form-contacto-box .submit {
    float: none !important;
    margin: 0 !important;
}

.banner-landing-lineas {
    margin-top: 50px;
}
.banner-landing-lineas .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-landing-lineas .title h4 {
    font-weight: bold;
    line-height: 10px;
    font-size: 2.1rem;
}

.img-card-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 250px;
}

.topRow2 {
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    background: #364E6C;
    color: #FFF;
    padding: 5px 0;
}

.header-info {
    line-height: 1rem;
    text-align:center;
}

.topRow2 .header-derecha {
    display: flex;
    justify-content: flex-end;
    width:82%;
    height: 100%;
    align-items: center;
}

#header .header-nav-main, #header .header-nav-main nav, #mainNav {
    width: 100%;
}
#mainNav {
    align-items: center;

}
#mainNav li:last-child {
    margin-left: auto;
  }
#mainNav li:nth-child(7) {
    flex:1;
}

.menuBtnCotizar {
    color: #FFF !important;
}
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: #FFF;
    color: #444444;
}
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a.menuBtnCotizar {
    background: #E85D0C;
}
#header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #FFF;
}
#header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a.menuBtnCotizar:before {
    border-bottom-color: #FFF;
}

.breadcrumb li, .breadcrumb a {
    font-size: 16px !important;
}

.parallax {
    /* Set a specific height */
    height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: inherit;
    background-size: cover;
    /* background-position: center;
    background-repeat: no-repeat; */
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}

#tab-servicios {
    margin-top: -20px;
    justify-content: flex-start;
    border: none;
}

#tab-servicios-content {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none;
}
#tab-servicios .nav-item {
    margin-bottom: 15px;
    margin-right: 15px;
}
#tab-servicios li .nav-link {
    border-radius: 0 !important;
    padding: .8rem 2rem;
}
#tab-servicios .nav-item.show .nav-link, #tab-servicios .nav-link {
    background: #EFF2F5;
    color: #444444;
    border: none !important;

}
#tab-servicios .nav-item.show .nav-link, #tab-servicios .nav-link.active {
    background: #364E6C;
    color: #FFF;
}

#tab-servicios li.active .nav-link, #tab-servicios li.active .nav-link:hover, #tab-servicios li.active .nav-link:focus {
    background: #364E6C;
    color: #FFF;
}

#tab-servicios li .nav-link:hover {
    background: #364E6C;
    color: #FFF;
}

.bg-infra-grisclaro {
    background: #EFF2F5;
}

.widget-titulo-centrado {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.widget-titulo-centrado h4 {
    font-weight: bold;
    font-size: 2rem;
}
.widget-titulo-centrado p {
    margin-bottom: 10px;
    font-size: 1rem;
}
.card-body-short {
    padding: .25rem .25rem 1rem .25rem;
}

div.entry-imagen {
    margin-bottom: 5rem;
}
img.entry-imagen {
    min-height: 100px;
}

div.entry-producto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
div.entry-producto .entry-nombre {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: #002F6C;
}

.flex-group-producto-box1 {
    display: flex;
    justify-content: space-between;
}

.flex-box1-info {
    display: flex;
    flex-direction: column;
}

.flex-box1-redes {
    margin-right: 25px;
}

.producto-nombre {
    font-weight: 300;
    color: #002F6C;
    margin-bottom: 0px;
}
.producto-codigo {
    color: #002F6C;
}
.producto-precio {
    font-weight: bold;
    font-size: 2rem;
    color: #002F6C;
}
.producto-coniva {
    font-weight: 300;
    font-size: 1.2rem;
    color: #002F6C;
}
div.producto-description-space {
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

.bg-menu-infra-gris {
    background-color: #EFF2F5;
    padding: 25px;
    margin-top: -31px;
    margin-bottom: -31px;
    margin-right: 0px;
    overflow: hidden;
}

.infra-menu-contacto h4 {
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #515D6C;
}
.buscador-cotizador {
    background-color: #364E6C;
    margin-left: -15px;
    margin-right: -15px;
}



.buscador-cotizador-content .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
  }

.buscador-cotizador-content .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 90%;
    height: 40px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(44, 62, 85);
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.select-styled:hover {
    background-color: rgb(43, 63, 87);
}
.select-styled:active, .select-styled.active {
    background-color: rgb(43, 63, 87);
}
.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #1B3E6C;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #1B3E6C;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.select-options li:hover {
    color: #fff;
    background: #364E6C;
}
.select-options li[rel="hide"] {
    display: none;
}
.container-center {
    margin: auto;
}
.paddingbottom-sm {
    padding-bottom: 25px;
}
.margintop-15 {
    margin-top: 15px;
}
.marginbottom-15 {
    margin-bottom: 15px !important;
}
.flex-news-content1 {
    display: flex;
}
.flex-news-content2 {
    /* display: flex; */
    flex-direction: column;
}

.left-infra-arrow {
    display: block;
    background: url('../../img/iconos/infra-pev.png');
    width: 35px;
    height: 66px;
}
.right-infra-arrow {
    display: block;
    background: url('../../img/iconos/infra-next.png');
    width: 35px;
    height: 66px;
}
.left-infra-arrow-carrusel {
    display: block;
    background: url('../../img/iconos/infra-carrusel-prev.png');
    width: 25px;
    height: 69px;
}
.right-infra-arrow-carrusel {
    display: block;
    background: url('../../img/iconos/infra-carrusel-next.png');
    width: 25px;
    height: 69px;
}

.filtros-sidebar {
    border: 2px solid #364E6C;
}
.checkbox-custom label {
    color: #000;
}

.nav-titulo-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted;
}
.nav-titulo {
    font-weight: 300;
    font-size: 1.5rem;
    padding-bottom: 1.2rem;
    padding-top: 1rem;
}

.barra-buscador-mobile {
    padding: 10px 0;
}

.buscador-form-mobile {
    width: 100%;
}

input.buscador-input-mobile {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.separacion{
    padding-left: 10px;
    padding-right: 10px;
}

.borde {
    border: 0px solid;
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
    background: none !important;
}

.grid-view {
    cursor: pointer;
    font-size: 1.5rem;
    color: black;
}

.product-box-list {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 2.2rem;
}

.product-box-list .entry-producto {
    flex-direction: row;
    justify-content: flex-start;
}
.product-box-list .entry-summary {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.product-box .button-actions {
    padding: 10px 0;
}
.product-box-list .entry-producto img {
    width: 200px;
}

.mobile-product-filtros {
    margin: 0 -30px;
}
.mobile-product-filtros .col {
    padding: 0 !important;
}
.btn-infra-block {
    width:100%;
    text-align:left;
    border-radius: 0;
}
.btn-infra-block:after {
    float: right;
}

.frontLink {
    z-index: 9999;
    display: block;
    position: static;
}

/* Style the input container */
form.form-boletin .input-container {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
  }
  
  /* Style the form icons */
  form.form-boletin   .icon {
      font-size: 1rem;
    padding: 15px;
    background:#FF8300;
    color: white;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
  }
  
  /* Style the input fields */
  form.form-boletin .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px #cccccc solid;
  }
  
  form.form-boletin .input-field:focus {
    border: 2px solid #FF8300;
  }
  
  /* Set a style for the submit button */
  form.form-boletin .btn {
    background-color: #FF8300;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
  }
  form.form-boletin div.error-message {
      position: absolute;
  }

  .footer-links {
      color: #222222 !important;
  }
  .footer-links:hover, .footer-links:active {
    text-decoration: underline !important;
}

.carritoDropdownMobile {
    position: relative;
    /* display: inline-block; */
}
.dropdown-carrito-mobile-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    padding: 10px;
    min-width: 300px;
    width:100%;
    max-height: 50vh;
    overflow-y: scroll;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.show {display:block !important; }

.categoria-titulo {
    color: #444444;
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 1.2rem;
    padding-top: 1rem;
}
.categoria-titulo-border {
    margin: 10px 0px;
    padding-left: 0;
    border-bottom: 1px dotted #444444;
}
.cabecera-rama-item {
    position: relative;
    display: block;
    padding: .50rem .25rem;
    border-bottom: 1px #e0e0e0 solid;
}

/*
  ##Device = Desktops big screen
  ##Screen = 1550px to higher resolution desktops
*/

@media (min-width: 1550px) {

    .video-wrap {
        height: 400px;
    }

}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    .video-wrap {
        height: 400px;
    }
    .contacto-footer-shape {
        display: flex !important;
    }
}

/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    .video-wrap {
        height: 370px;
    }
    .container-padding-mobile {
        padding: 1.25rem;
    }
    .contacto-footer-shape {
        display: flex !important;
    }
}

/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    .video-wrap {
        height: 300px;
    }
    .parallax {
        height: 200px;
    }
    .card-left-image {
        /* width: 100%;
        height: 150px; */
    }
    .container-padding-mobile {
        padding: 1.25rem;
    }
    .container-full-mobile {
        max-width: 100% !important;
        padding: 0;
    }
    .contacto-footer-shape-mobile {
        width: 100% !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        height: 50px !important;
    }
    .borderbottom {
        border-bottom: none !important;
    }

}

/*
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .video-wrap {
        height: 300px;
    }
    .parallax {
        height: 200px;
    }
    .card-left-image {
        width: 100%;
        height: 150px;
    }
    .container-padding-mobile {
        padding: 1.25rem;
    }
    .container-full-mobile {
        max-width: 100% !important;
        padding: 0;
    }
    .contacto-footer-shape-mobile {
        width: 100% !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        height: 50px !important;
    }
    .borderbottom {
        border-bottom: none !important;
    }

}

/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .video-wrap {
        height: 200px;
    }
    #thumbs {
        margin-top: -13px;
    }
    .banner-landing-call-box .subtitle {
        padding: 15px 10px;
    }
    .landing-form-contacto-box {
        width: 75%;
    }
    .parallax {
        height: 100px;
    }
    .card-left-image {
        width: 100%;
    }
    .container-full-mobile {
        max-width: 100% !important;
        padding: 0;
    }
    .container-padding-mobile {
        padding: 1.75rem;
    }
    .contacto-footer-shape-mobile {
        width: 100% !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        height: 50px !important;
    }
    .footer-first-content {
        padding: 1.75rem;
    }
    .footer-first-content div.col-sm-4 {
        border: none !important;
    }
    .borderbottom {
        border-bottom: none !important;
    }
    .widget-llamanos {
        margin-top: 0 !important;
        margin-bottom: 40px;
    }
}

/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .video-wrap {
        height: 200px;
    }
    #thumbs {
        margin-top: -13px;
    }
    .landing-form-contacto-box {
        width: 75%;
    }
    .parallax {
        height: 100px;
    }
}

/*
##Device = Low Resolution phones
##Screen = max 480px
*/
@media (max-width: 480px) {
    .container-padding-mobile {
        padding: 1.75rem;
    }
    .footer-first-content {
        padding: 1.75rem;
    }
    .footer-first-content div.col-sm-4 {
        border: none !important;
    }
    .borderbottom {
        border-bottom: none !important;
    }
    .widget-llamanos {
        margin-top: 0 !important;
        margin-bottom: 40px;
    }
}
