/*****GLOBAL******/
* { margin: 0; padding: 0; outline: 0; box-sizing:border-box;}
body{
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
}
.img-responsive{
	width: 100%;
	height: auto;
	display: block;
}
.banner-interna{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    background-attachment: fixed;
    padding: 6em 0;
}
.bloque-banner{
	padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, 0.5);
    width: 60%;
}
.bloque-banner h5{
	text-align: left;
    margin-left: 1em;
    font-size: 6em;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}
/****CABECERA****/
header{
	padding: 1em 2.5em;
}
.logo-tamano{
	width: 210px;
}
.pantalla-escritorio{
	display: block;
}
.pantalla-celular{
	display: none;
}
.redes-top span{
	font-size: 1.5em;
	margin: 0.5em;
	color: #fff;
}
.redes-top a{
	text-decoration: none;
}
.redes-top .icon-facebook:hover{
	color: #475993;
	text-decoration: none;
}
.redes-top .icon-whatsapp:hover{
	color: #01b456;
	text-decoration: none;
}
.mr-auto-left{
	margin-left: auto;
}
.navbar-light .navbar-nav .nav-link{
	color: #001d5f;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #3761bf;
}
.btn-header{
	font-size: 1.5em;
	margin: 0 2em;
	font-weight: bold;
}
.navbar{
	padding: 0;
}
.info-top{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 1em 2.5em;
	background: #323033;
}
.datos-top, .redes-top{
	padding: 0.5em 0;
}
.datos-top span{
	margin-right: 1em;
	color: #fff;
}
.datos-top a{
	text-decoration: none;
}
.datos-top a:hover{
	color: #4d9cf1;
}
.navbar-brand{
	margin-right: 0.8rem;
}
/******BANNER*****/
.banner{
	width: 100%;
}
.carousel-caption {
    position: absolute;
    left: 0%;
    bottom: 25%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    width: 60%;
}
.carousel-caption h5{
	text-align: left;
	margin-left: 1em;
	font-size: 6em;
	margin-bottom: 0;
	font-weight: bold;
}

/*****BLOQUE*****/
.bloque-1-2{
	display: grid;
	padding: 3em 0;
	grid-template-columns: 1fr 2fr;
  	grid-column-gap: 30px;
}
.bloque-der{
	align-self: center;
}
.bloque-izq{
	padding: 0 3em;
	text-align: center;
}
.bloque-izq h2{
	font-weight: 400;
    text-align: left;
    font-size: 2.5em;
    margin-bottom: 0.5em;
}
.bloque-izq h2 span{
	font-weight: bold;
}
.bloque-izq p{
	font-weight: 500;
	text-align: left;
	font-size: 1em;
}
.btn-leer-mas{
	display: inline-block;
	text-decoration: none;
	padding: 0.5em 1em;
	font-weight: bold;
	border: 1px solid #000;
	color: #000;
	font-size: 1.2em;
}
.btn-leer-mas:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
/****SERVICIOS****/
.servicios{
	padding: 1em 0;
}
.bg-distribucion-de-telas{
	background: #efefef;
}
.bg-serv1{
	background: #424242;
}
.bg-serv2{
	background: #1e1e1e;
}
.bg-serv3{
	background: #000000;
}
.servicios h1{
	text-align: center;
	font-weight: 400;
	margin-bottom: 1em;
	font-size: 2.5em;
}
.servicios h1 span{
	font-weight: bold;
}
.serv{
	text-align: center;
	color: #fff;
	padding: 3em;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.serv h2{
	font-weight: 300;
	margin-bottom: 1em;
}
.serv h2 span{
	font-weight: bold;
}
.serv img{
	margin-bottom: 1em;
}
.serv p{
	text-align: left;
	font-weight: 400;
}
.btn-leer-mas-blanco{
	display: inline-block;
	text-decoration: none;
	padding: 0.5em 1em;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.2em;
}
.btn-leer-mas-blanco:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
}
.tit-servicios{
	padding: 3em 3em 2em;   
    font-size: 1.1em;
}
.tit-servicios h2{
    font-weight: 400;
    font-size: 2.5em;
    padding-bottom: 0.3em;
    position: relative;
    border-bottom: 2px solid #E8E8E8;
}
.tit-servicios h2:before{
	position: absolute;
    left: 0;
    width: 10%;
    height: 2px;
    content: "";
    bottom: -2px;
    background: #b9cd32;
}
.tit-servicios h2 span{
	font-weight: bold;
}
.no-top{
	padding-top: 0em;
}
.bloque-servicios{
	padding: 3em;
	padding-top: 0;
}
.bloque-servicios h3{
	color: #058552;
	font-weight: 400;
	font-size: 2em;
	margin-bottom: 0.5em;
}
.bloque-servicios h3 span{
	font-weight: bold;
}
.bloque-servicios ul{
	list-style: none;
}
.bloque-servicios ul li{
	margin-bottom: 0.5em;
	font-size: 1.1em;
}
.cintas p{
	text-align: center;
	color: #797979;
	font-weight: bold;
	font-size: 1.5em;
}
.retail-logos{
	padding: 0em 3em 3em;
    margin: 0;
}
.tam-caption{
	width: 45%;
}
.bg-servicios{
	background-image: url(../img/bg-servicio.jpg);
}
.borde-der{
	border-right: 1px dotted #E8E8E8;
}
/****CLIENTES****/
.clientes{
	padding: 3em 0;
}
.clientes h1{
	text-align: center;
	font-weight: 400;
	margin-bottom: 1em;
	font-size: 2.5em;
}
.clientes h1 span{
	font-weight: bold;
}
/*****COTIZA*****/
.cotiza{
	background: #494949;
    padding: 4em;
    color: #fff;
    transition: all ease .3s;
}
.cotiza:hover{
	box-shadow: 0 0 0 4em rgba(255,255,255,.2) inset;
}
.cotiza a {
    color: #fff;
    text-decoration: none;
}
.cotiza h5{
	font-weight: 300;
	padding: 0.5em 1em;
	font-size: 3.5em;
	border: 1px solid #fff;
	margin: 0;
	text-align: center;
}
.cotiza h5 span{
	font-weight: bold;
}
.cotiza h5 img{
	width: 1.5em;
    margin-top: 0.5em;
}
/*****CONTACTENOS*******/
#contactenos{
	padding-top: 5em;
    margin-bottom: 1em;
}
#contactenos h3{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}
.form-group {
    margin-bottom: 1rem;
    position: relative;
}
.form-group span {
    position: absolute;
    left: 5%;
    bottom: 6%;
    padding: 0 .5em;
    color: #dadada;
    border-right: 1px solid #dadada;
    transform: translate(-50%, -50%);
}
.form-group input, .form-group select, .form-group textarea {
    display: block;
    width: 100%;
    padding: .5rem 1rem .5rem 3.5rem;
    font: 0.875em 'Lato';
    color: #888;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: .5rem;
}
.form-contact button {
    width: 100%;
    border-radius: 0;
}
.btn-black {
    color: #fff;
    background-color: #494949;
    border: 0;
}
.btn-black:hover {
    background-color: #70d241;
}
.btn {
    display: inline-block;
    font-weight: bold;
    padding: .65em 2em;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s all;
}
.item-list, .social-networks {
    display: flex;
    margin-bottom: 1em;
}
.item-list span {
    font-size: 1.5em;
}
.light-blue {
    color: #50bae2;
}
.item-list p {
	font-size: 1.1em;
    margin-left: 1em;
}
.blue {
    color: #273148;
}
.social-networks a:nth-child(1) {
    background-color: #475993;
    border: 1px solid #475993;
}
.social-networks a:nth-child(2) {
    background-color: #01b456;
    border: 1px solid #01b456;
}
.social-networks a:hover:nth-child(1) span {
    color: #475993;
}
.social-networks a:hover:nth-child(2) span {
    color: #01b456;
}
.social-networks a {
    align-self: flex-start;
    font-size: 1em;
    padding: .65em .8em;
    margin-right: .35em;
    border-radius: 50%;
    transition: .5s all;
    text-decoration: none;
}
.social-networks a:hover:nth-child(1), .social-networks a:hover:nth-child(2) {
    background-color: transparent;
}
.white {
    color: #fff;
}
.msj{
	top: 40%;
    bottom: 0 !important;
}
.mapa{
	margin-top: 2em;
}
.esp-contacto{
	margin-bottom: 2em;
}
/*****NOSOTROS*****/
.filosofia{
	padding: 3em;
    padding-top: 0;
}
.filosofia h3{
	font-size: 2.5em;
	font-weight: bold;
	color: #000;
}
.filosofia p{
	font-weight: 500;
    text-align: left;
    font-size: 1.1em;
}
.filosofia ul{
	list-style: none;
}
.filosofia ul li{
	margin-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: 500;
}
.verde{
	background: #64d258;
	padding: 2em;
}
.counter-up{
	text-align: center;
	color: #fff;
}
.counter-frase{
	font-size: 1.6em;
	margin-bottom: 1em;
	margin-top: -0.6em;
}
.counter-text{
	font-size: 4em;
	font-weight: bold;
	margin-bottom: 0em;
}
.icono-hov span{
	display: inline-block;
    padding: 0.5em 0.6em;
    border-radius: 50%;
    margin-left: 1em;
    color: #fff;
    background: #00a4d8;
    transition: all ease .5s;
}
.icono-hov:hover span{
	background: #64d258;
}
/****BOLETIN*****/
.boletin{
	text-align: center;
}
.boletin .modal-header{	
    background: #70d241;
    color: #fff;
}
.boletin .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.1em;
}
.boletin img{
	padding: 1em 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #fff;
    text-decoration: none;
    opacity: .75;
}
/******ENVIO********/
.envio{
	border-top: 2px solid #323033;
	text-align: center;
	padding: 10em 0;
}
.envio h5{
	color: #70d241;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 1em;
}
.envio p{
	font-size: 1.2em;
    margin-bottom: 1.5em;
}
.envio a {
	color: #fff;
    background-color: #494949;
    border: 1px solid;
    display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    transition: all ease .5s;
}
.envio a:hover {
	color: #fff;
    background-color: #70d241;
    border: 1px solid;
    display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
}