body {
	font-family: 'Lato', sans-serif;
}
footer{
	background-color: #14131b;
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
}
footer h5{
	font-size: 1rem;
	font-weight: 300;
}
footer a{
	text-decoration: none;
	color: #fff;
}
footer .titulo-foot{
	padding-left: 10px;
	border-left: 2px solid #eb248e;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: 600;
	line-height: 1.1rem;
	color: #fff;
}
footer a:hover,
footer .active{
	color: #eb248e;
}
footer .down-foot{
	background-color: #0d0b13;
}
footer .btn-social{
	color: #fff;
}
footer .btn-social:hover{
	color: #eb248e;
}
footer .navbar-brand img {
	width: 200px;
	padding: 0;
}
.offcanvas {
    background-color: #14131b!important;
}
.offcanvas-header {
    height: 3.4rem;
    background-color: #0e0b13;
}
.btn-closers {
    color: #fff!important;
    border: 0;
    border-radius: 0;
    box-sizing: content-box;
    right: 0;
    top: 0;
    position: absolute;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    line-height: 2rem;
    padding: 0.2rem 0.25rem;
    background-color: #3f4095;
}
.offcanvas-body li{
    list-style: none;
}
.offcanvas-body li a{
    color: #fff;
    padding: 1rem 0;
    background-color: #14131b;
    font-size: 1.1rem;
    border-bottom: 1px solid #0f0b13;
    border-left: 3px solid #14131b;

        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.offcanvas-body li .active,
.offcanvas-body li a:hover{
    color: #ffffff;
    border-left: 3px solid #ec288f;
    padding: 1rem;
}
.btn-closer{
    box-sizing: content-box;
    right: -15px;
    top: -15px;
    position: absolute;
    width: 2rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 2rem;
    padding: 0.2rem 0.25rem;
    color: #ffffff;
    background-color: #14131b;
    border: 0;
    border-radius: 0;
}
.modal-content {
    background-color: #f3f3f3!important;
    border-radius: 0!important;
}
.nav-pills .nav-link{
    color: #000;
    background-color: #fff;
    border-radius: 0px;
    border: 2px solid #3f4095!important;
    font-size: 1rem;
}
.nav-pills .nav-link.active{
    color: #fff;
    background-color: #3f4095;
    border-radius: 0px;
    border: 2px solid #3f4095!important;
    font-size: 1rem;
}
.dropdown-menu {
    position: fixed;
    top: 52px!important;
    left: inherit!important;
    right: 85px!important;
    z-index: 1000;
    display: none;
    min-width: 151px!important;
    padding: 0!important;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #3f4095;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0!important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.75rem .35rem;
    clear: both;
    text-transform: uppercase!important;
    font-weight: 300!important;
    font-size: .75rem!important;
    color: #fff!important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #30317c!important;
}
.logo-banner{
    width: 350px;
    margin-bottom: 25px;
}
.bg-sus{
	background-color: #3f4095;
}
.bg-w{
	background-color: #fff;
}
.bg-cont-bien{
	height: 250px;
    width: 100%;
    background-color: #14131b;
}
.cont-bien{
	margin-top: -250px;
    background-color: #fff;
}
.offcanvas-backdrop::before{
	z-index: 1!important;
}
.bi-list{
	height: 70px!important;
    width: 70px!important;
    border-radius: 0px!important;
    font-size: 2rem!important;
    border-color: #0e0c14!important;
    background-color: #0e0c14!important;
}
.bi-list:hover{
	background-color: #3f4095!important;
	border-color: #3f4095!important;
}
}
.offcanvas-backdrop::before{
	z-index: 99!important;
}
.rc-anchor-normal {
    height: 74px!important;
    width: 290px!important;
}
.bg-orange{
	background-color: #f6921f;
}
.puntos-uno,
.puntos-dos{
	width: 70px;
}
.iconos{
	width: 110px!important;
}
.opacity-slide{
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	background: rgba(20,19,27, 0.35);
}
.gradient-slide{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60%;
	overflow: hidden;
	background: rgb(20,19,27);
	background: linear-gradient(0deg, rgba(20,19,27,1) 19%, rgba(20,19,27,0) 100%);
}
#navbar {
  	overflow: hidden;
  	padding: 0!important;
  	transition: 0.4s;
  	position: fixed;
  	width: 100%;
  	top: 0;
  	z-index: 99;
}
#navbar #logo{
	opacity: 0;
    max-width: 190px;
    transition: 0.4s;
}
#navbar .navbar-nav .nav-item{
	padding: 0 1rem;
}
#navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
}
#navbar .navbar-nav .nav-item .nav-link:hover,
#navbar .navbar-nav .nav-item .active{
	color: #f6921f;
	text-decoration: none;
}
/* CSS PARA MENÚ */

/* CSS PARA MENÚ */
.gradient-news{
    height: 40%!important;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 45 83);
    background: linear-gradient(0deg, rgb(0 45 83) 12%, rgb(0 45 83 / 0%) 75%);
}
.info-top-new{
	z-index: 1;
	position: absolute;
	width: 100%;
	left: 15px;
	right: 15px;
	bottom: 0;
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label,
.form-floating>.form-control-sus:focus~label,
.form-floating>.form-control-sus:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .5!important;
    transform: scale(.75) translateY(-.5rem) translateX(.15rem)!important;
}
.top-social{
	color: #025ea3;
}
.top-social:hover{
	color: #2488fe;
}

input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
.alerta .alert {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 25px 15px;
	border: none;
	z-index: 9999;
	text-align: center;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]
{
	-moz-appearance: textfield;
}
.form-floating>label {
    position: absolute;
    top: -7px!important;
    left: 15px!important;
    height: 100%;
    color: #999!important;
    font-weight: 300!important;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-control-sus {
    display: block;
    width: 100%;
    height: 45px!important;
    padding: .5rem!important;
    font-size: 1rem!important;
    font-weight: 300!important;
    line-height: 1.5;
    color: #2488fe!important;
    background-color: #fafc00!important;
    background-clip: padding-box;
    border: 1px solid #2488fe!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-sus:focus,
.form-control:focus {
    color: #022d53!important;
    padding-left: 15px!important;
    background-color: #fff!important;
    border-color: #022d53!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(2 45 83 / 23%);
}
.form-control{
    display: block;
    width: 100%;
    height: 45px!important;
    padding: 1rem!important;
    font-size: 1rem!important;
    font-weight: 300!important;
    line-height: 2;
    color: #878787!important;
    background-color: #fff!important;
    background-clip: padding-box;
    border: 1px solid #3f4095!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 50%!important;
    bottom: 50%!important;
    z-index: 1!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 3rem!important;
    height: 3rem!important;
    padding: 0!important;
    color: #fff!important;
    text-align: center!important;
    background: 0 0!important;
    opacity: .5!important;
    transition: opacity .15s ease!important;
}
.carousel-control-next{
	right: 5%!important;
}
.carousel-control-prev {
    left: 5%!important;
}
.carousel-control-next:hover,
.carousel-control-prev:hover{
	opacity: 1!important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-indicators{
	left: inherit!important;
    bottom: 5rem;
}
.carousel-indicators .active{
	background-color: #3f4095!important;
    opacity: 1!important;
    width: 55px!important;
    border-radius: 0px!important;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 55px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0px;
    border: 0;
    opacity: 1;
    transition: 0.4s;
}
.cont-sociales{
	position: absolute;
    bottom: 7rem;
    z-index: 1;
    right: 15%;
}
.cont-sociales .btn-social {
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
}
.cont-sociales .btn-social:hover{
	color: #eb248e;
}
.btn-down{
	color: #fff;
    font-size: 1.3rem;
    padding: 6px 11px;
    border-radius: 50%;
    position: relative;
    background-color: rgb(255 255 255 / 0%);
    border: 1px solid rgb(255 255 255 / 50%);
    animation: move 2s infinite;
}
@keyframes move{
    from {
    	opacity: 1;
    	top: 0px;
    }
  	to {
  		opacity: 0;
  		top: 20px;
  	}
}
.btn-down:hover{
	color: #f59220;
    background-color: #002d53;
    border: 1px solid #002d53;
}

.btn-color {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    background-color: #3f4095;
    line-height: 1.5rem;
    border-radius: 0;
    height: 40px;
    padding: 6px 20px;
}
.btn-color-small{
    background-color: #3f4095;
    color: #fff;
    font-size: .9rem;
    border: 2px solid #3f4095;
    font-weight: 400;
    border-radius: 0;
    padding: 3px 8px;
}
.btn-color-line{
    border: 2px solid #3f4095;
    background-color: #fff;
    border-radius: 0px;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    padding: 9px 15px;
}
.btn-color-line:hover{
    border: 2px solid #3f4095;
    color: #fff;
	background-color: #3f4095;
}
.btn-color-line-two{
    border: 2px solid #ffffff;
    background-color: #3f4095;
    border-radius: 0px;
    height: 44px;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    padding: 5px 15px;
}
.btn-color-line-two:hover{
    border: 2px solid #eb248e;
    color: #fff;
    background-color: #eb248e;
}
.btn-color-small:hover{
	background-color: #ec288f;
	border: 2px solid #ec288f;
    color: #fff;
}
.btn-linea{
	color: #fff;
    border-radius: 10px;
    font-size: .8rem;
    font-weight: 400;
    border: 2px solid #fff;
    padding: 10px 25px;
    background-color: rgb(255 255 255 / 0%);
}
.btn-color:hover,
.btn-linea:hover{
	background-color: #ec288f;
    color: #fff;
    text-decoration: none;
}
.btn-blue{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: #022d53;
    border: 2px solid #022d53;
    border-radius: 10px;
    padding: 10px 20px;
}
.btn-blue:hover{
	background-color: #f6921f;
	color: #022d53;
	border: 2px solid #022d53;
}
.cont-img-doble{
	position: relative;
}
.cont-img-doble .marca-agua{
	position: absolute;
    color: #025ea3;
    line-height: 6rem;
    top: -10px;
    right: 25px;
    opacity: .25;
    font-size: 8rem;
    font-weight: 800;
}
.cont-img-doble .img-gris{
	width: 70%;
	margin-left: 0;
    border: 8px solid #2488fe;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cont-img-doble .img-color{
	width: 45%;
    top: 15%;
    position: absolute;
    right: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cont-img-doble .cuadro{
	border: 12px solid #fafb00;
    width: 150px;
    position: absolute;
    top: 20%;
    right: 15px;
    height: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cuadro-dos {
    border: 10px solid #fafb00;
    width: 120px;
    position: absolute;
    top: -70px;
    left: 2px;
    z-index: -1;
    height: 120px;
}
.cont-img-doble:hover .img-gris{
	margin-left: 5%;
}
.cont-img-doble:hover .img-color{
	width: 47%;
    top: 18%;
    right: 80px;
}
.cont-img-doble:hover .cuadro{
    width: 150px;
    right: 25px;
}
.quantity input {
	width: 85%;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	border: 1px solid #eee;
}

.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}
/*CSS Icono Carro de Compras*/
.cont-carro{
	position: relative;
}
.cont-carro .navbar-nav{
	padding-right: 100px;
}
.carro{
	position: absolute;
	right: 0;
}
.carro a {
	position: relative;
	color: #333;
	font-size: 21px;
	padding-right: 10px;
}
.carro a .cantidad{
	position: absolute;
	top: -5px;
	font-size: 11px;
	padding: 2px 4px;
	border-radius: 50%;
	right: -5px;
	background-color: red;
	color: #fff;
}
/*CSS Icono Carro de Compras*/

.carousel-item {
	height: 90vh;
	min-height: 500px;
	max-height: 900px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-seccion{
	height: 30vh;
	min-height: 300px;
	max-height: 300px;
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 85%;
    transform: translateY(-85%);
}
.linea-slide {
    background-color: #eb248e;
    position: absolute;
    left: -15px;
    top: 147px;
    height: 70px;
    width: 2px;
}
.linea-slide-two {
    background-color: #eb248e;
    position: absolute;
    left: -15px;
    top: 5px;
    height: 55px;
    width: 2px;
}
.linea-slide-three {
    background-color: #eb248e;
    position: absolute;
    left: -15px;
    top: 5px;
    height: 25px;
    width: 2px;
}
.linea-slide-fore {
    background-color: #eb248e;
    position: absolute;
    left: 0;
    top: 5px;
    height: 25px;
    width: 2px;
}
.lineas-redes-top{
	background-color: #eb248e;
    position: absolute;
    left: -15px;
    top: 5px;
    height: 35px;
    width: 2px;
}
.titulo-slide{
	font-size: 2.5rem;
    max-width: 700px;
    color: #fff;
    text-shadow: 0px 1px 5px rgb(0 45 83 / 30%);
    line-height: 2.5rem;
    font-weight: 700;
}
.titulo-slide-small{
	font-size: 2rem;
    color: #fff;
    text-shadow: 0px 1px 5px rgb(0 45 83 / 30%);
    line-height: 2rem;
    font-weight: 700;
}
.texto-slide{
    color: #fff;
    font-style: italic;
    font-size: 1.1rem;
    font-weight: 300;
    text-shadow: 0px 1px 2px rgb(0 45 83 / 30%);
    max-width: 400px;
}
.texto-slide-two{
    color: #fff;
    font-style: italic;
    font-size: 1.1rem;
    font-weight: 300;
    text-shadow: 0px 1px 2px rgb(0 45 83 / 30%);
}
.texto-slide-small{
    color: #fff;
    font-style: italic;
    font-size: .95rem;
    font-weight: 300;
    text-shadow: 0px 1px 2px rgb(0 45 83 / 30%);
}
.texto-blanco{
	
	color: #fff;
    font-size: 1rem;
    font-weight: 300;
}
.titulo-blanco{
	
	text-transform: uppercase;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
    line-height: 3rem;
    font-weight: 800;
}
.titulo-small-blanco{
	
	font-size: 1.6rem;
    color: #fff;
    text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
    line-height: 1.6rem;
    font-weight: 800;
}
.titulo{
	color: #14131b;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 800;
}
.titulo-small{
	color: #002d53;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 800;
}
.bg-light {
    background-color: #efefef!important;
}
.subtitulo{
    color: #3f4095;
    font-size: 1.2rem;
    font-weight: 600;
}
.subtitulo-small{
	font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}
.subtitulo-blanco {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.texto{
	color: #838383;
    font-size: 1rem;
    font-weight: 300;
}
.texto-news{
	color: #838383;
    font-size: .9rem;
    font-style: italic;
    font-weight: 300;
}
.texto-short{
	max-width: 300px;
}
.texto-small{
	color: #838383;
	font-size: .7rem;
	font-weight: 300;
}
.texto-blue{
	color: #002d53;
	font-size: 1rem;
	font-weight: 300;
}
.texto strong{
	font-weight: 600;
	color: #333;
}
.texto-big{
	font-size: .9rem;
    font-weight: 600;
    color: #333;
}
.texto-underline{
	border-bottom: 1px dashed #ccc;
}

.precio-oferta{
	font-size: 14px;
	text-decoration: line-through;
}

/*Custom Radios Color - Tallas*/
	.select-color{
		width: 40px;
		height: 40px;
		margin-right: .3rem;
		margin-bottom: .4rem;
	}
	.select-tallas{
		width: 45px;
		min-height: 32px;
		margin-right: .3rem;
		margin-bottom: .4rem;
	}

	/* Hide the browser's default radio button */
	.select-color input,
	.select-tallas input{
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

	/* Create a custom radio button */
	.select-color .cont-color{
		position: absolute;
		top: 0;
		left: 0;
		height: 40px;
		width: 40px;
		padding: 4px;
		border:1px solid #e3e3e3;
		background-color: #fff;
	}
	.select-tallas .cont-talla{
		position: absolute;
		top: 0;
		left: 0;
		padding: 4px 0px;
		width: 45px;
		border: 1px solid #e3e3e3;
		font-size: 14px;
		background-color: #fff;
	}

	.select-color .cont-color .color{
		height: 100%;
		width: 100%;
	}

	/* On mouse-over */
	.select-color:hover input ~ label .cont-color,
	.select-tallas:hover input ~ .cont-talla{
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
		cursor: pointer;
	}

	/* Show the indicator when checked */
	.select-color input:checked ~ label .cont-color,
	.select-tallas input:checked ~ .cont-talla {
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
	}

/*Fin Custom Radios Color - Tallas*/
.card-serv{
	position: relative;
	height: 450px;
    border-radius: 0px;
    border: none;
}
.card-serv img{
	width: 100%;
    height: 350px;
    border-radius: 0px;
    object-fit: cover;
}
.card-serv .gradient-serv{
    position: absolute;
    opacity: 1;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: rgb(20,19,27);
    background: linear-gradient( 0deg, rgba(20,19,27,0.9514180672268907) 12%, rgba(20,19,27,0) 88%);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-serv:hover .gradient-serv{
    position: absolute;
    opacity: .7;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: rgb(20,19,27);
    background: linear-gradient( 0deg, rgba(20,19,27,0.9514180672268907) 12%, rgba(20,19,27,0) 88%);
}
.card-serv .card-body{
	position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-serv:hover .card-body{
    bottom: 1rem;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 55px;
    height: 55px;
    bottom: 15px;
    left: 15px;
    background-color: #00e576;
    padding: 5px 12px;
    animation: 1s infinite alternate shimmy;
}
.whatsapp i {
   position: absolute;
    font-size: 2rem;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}

@media (max-width: 1024px) {
	.navbar-toggler {
	    padding: 0.3rem 0.5rem!important;
    	font-size: 1.25rem;
    	line-height: 1;
    	background-color: #022d53!important;
    	border: 2px solid #f59321!important;
    	border-radius: .6rem!important;
    	transition: box-shadow .15s ease-in-out;
	}
	.subtitulo {
	    font-size: 1rem;
	    letter-spacing: -0.05rem;
	    line-height: 1.3rem;
	}
	#navbar #logo {
	    max-width: 120px!important;
	    transition: 0.4s;
	}
}

@media (max-width: 991px){
    .logo-banner{
        width: 200px;
        margin-bottom: 25px;
    }
	.carousel-caption {
	    bottom: inherit;
	    padding: 0;
	    text-align: center;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
    }
	#navbar #logo {
	    opacity: 1!important;
	}
	.btn-color,
	.btn-linea,
	.btn-blue{
	    font-size: .9rem;
   	}
   	.btn-color-small{
	    font-size: .7rem;
   	}
	.cont-img-doble .cuadro {
	    border: 8px solid #fafb00;
	    width: 100px;
	    position: absolute;
	    top: 20%;
	    right: 0;
	    height: 100px;
	}
	.cont-img-doble .img-gris{
		width: 80%;
	}
	.cont-img-doble .img-color{
		width: 60%;
    	top: 8%;
    	position: absolute;
    	right: 8%;
	}
	.titulo-slide,
	.titulo-blanco,
	.titulo{
		font-size: 2rem;
    	line-height: 2rem;
	}
}

@media (max-width:  768px){
    .linea-slide {
        background-color: #eb248e;
        position: absolute;
        left: -15px;
        top: 5px;
        height: 56px;
        width: 2px;
    }
}

@media (max-width: 767px){

	.navbar {
    	margin-top: 0;
	}
	.img-contacto{
		margin-top: 50px;
		height: 350px;
	}
	.cont-sociales {
		bottom: 5rem;
	    right: 0;
	}
	.cont-sociales .btn-social {
	    color: #fff;
	    padding-top: .55rem;
	    border-radius: 50%;
	    width: 2.5rem;
	    height: 2.5rem;
	    text-align: center;
	    font-size: 1rem;
	}
	.carousel-indicators {
	    left: inherit!important;
	    bottom: 2rem;
	}
}



