#cargador{
    position: fixed;
    background: white;
    height: 100vh!important;
    width: 100%!important;
    z-index: 200;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 9999;
}

header .cintillo{
	width: 100%;
	background: #EE7203;
	color: #fff;
	padding: 5px;
}

header .cintillo .col-12{
	display: flex;
	justify-content: space-between;
}

h1,h2,h3 {
	font-weight: bold;
	font-size: 36px;
}

p{
    color: rgba(0,0,0,.5);
}

.seccion {
	padding-top: 60px;
	padding-bottom: 60px;
}
.bg-orange{
    background: #EE7203;
}
.text-orange{
	color: #EE7203;
}
.navbar ul li {
	display: flex;
	align-items: center;
	padding-right: 10px;
}
.navbar ul .active {
	background: #EE7203!important;
	color: white!important;
/*	padding: 5px 30px;
    padding-right: 30px;
    padding-left: 30px;*/
	text-align: center;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.navbar .nav-link{
    text-transform: lowercase;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 5px 15px!important;
    text-transform: uppercase;
    font-size: 14px;
}

#carouselExampleFade {
	position: relative;
	height: 90vh;
	overflow: hidden;
}

.carousel-caption {
	text-align: left;
    max-width: 400px;
    margin-left: auto;
    display: flex;
    align-items: center;
    height: 100%;
}
.carousel-caption h5{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.carousel-caption h5 span {
	color: #ED7203;
}
.altura-banner{
    height: 100vh;
}
.subtitulo-banner{
    color: white;
}
.texto-azul{
    color: #37b9e3;
}
.texto-gris{
    color: #80808091;
}
.texto-naranja{
    color: #ee7203;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ee7203;
    border-color: #ee7203;
}

.social {
    padding: 0px;
    margin: 0px;
}

.social li {
    display: inline-block;
    margin-left: 15px;
}

.social li a{
   color: white;
   font-size: 1.4em;
}

footer{
	background: #1A253D;
}

table i{
	color: #EE7203;
}
.cv-btn {
    display: inline-block;
    min-width: 160px;
    height: 50px;
    line-height: 50px;
    background: #ee7203;
    color: #fff;
    text-transform: capitalize;
    outline: none;
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border: none;
    transition: 0.3s;
}
.cv-btn:hover{
    box-shadow: 0px 6px 20px 0px rgb(176, 176, 176);
    transform: translateY(-5px);
    color: #fff;
}
.cv-btn:focus,input:focus,textarea:focus,button:focus{
    outline: none;
}

/* new arrivals start */
.cv-product-box {
    border: 1px solid #d4f0ff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.cv-product-data {
    padding: 20px 25px 20px;
}
.cv-shop .cv-product-data {
    padding: 19px 24px 20px;
}
.cv-product-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
.cv-product-data p {
    margin: 0;
}
.cv-price-cart svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    margin-right: 3px;
    margin-top: -3px;
}
.cv-price-cart {
    display: inline-block;
    background: #3cbcff;
    padding: 2px 10px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 3px;
    font-size: 14px;
}
.cv-price-cart:hover{
    color:#fff;
}
.cv-price-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0 5px;
    display: block;
    color: #242424;
    text-align: center;
    text-transform: uppercase;
}
.cv-product-icon ul li svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}
.cv-product-icon ul li {
    transform: translateX(40px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.cv-product-icon ul li:nth-child(1){
    transition-delay: 0.1s;
}
.cv-product-icon ul li:nth-child(2){
    transition-delay: 0.2s;
}
.cv-product-icon ul li:nth-child(3){
    transition-delay: 0.3s;
}
.cv-product-box:hover .cv-product-icon ul li {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}
.cv-product-icon ul li a {
    background: #3cbcff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-bottom: 3px;
    border-radius: 3px;
}
.cv-product-img {
    position: relative;
}
.cv-sale {
    background: #3cbcff;
    padding: 0 2px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
    text-transform: capitalize;
}
.cv-product-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.cv-pdoduct-price {
    font-size: 14px;
    font-weight: 600;
    color: #3cbcff;
}
.cv-pdoduct-price del {
    margin-right: 5px;
    color: #818899;
    font-weight: 400;
}
.cv-product-img:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(237, 114, 3), rgba(255, 194, 77, 0.2));
    z-index: 0;
    transform-origin: bottom center;
    transform: scaleY(0);
    transition: 0.5s;
    width: 100%;
}
.cv-product-box:hover .cv-product-img:after{
    transform: scaleY(1);
}
.cv-product-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.cv-heading {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 43px;
}
.cv-heading h1 {
   /* font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;*/
}
.cv-heading p {
    margin: 0;
}
.cv-arrival,.cv-protection-kit,.cv-team,.cv-blog,.cv-blog-two,.cv-instagram,.cv-footer {
    padding-bottom: 50px;
}
/* new arrivals end */

/* product two start */
.cv-product-two .cv-sale:after,.cv-product-three .cv-sale:after {
    position: absolute;
    content: '';
    border-top: 10px solid #3cbcff;
    border-left: 10px solid rgba(56, 148, 185, 0);
    bottom: -10px;
    right: 5px;
}
.cv-product-two .cv-sale,.cv-product-three .cv-sale {
    border-radius: 4px;
    width: 50px;
    height: 25px;
    line-height: 25px;
}
.cv-cart-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
}
.cv-cart-box .cv-price-cart {
    background: #fff;
    border: 1px solid #d4f0ff;
}
.cv-cart-box .cv-price-cart svg {
    fill: #3cbcff;
    transition: 0.3s;
}
.cv-cart-box .cv-price-cart {
    color: #818899;
    font-weight: 400;
    margin: 0;
}
.cv-cart-box .cv-price-cart:hover{
    color: #fff;
}
.cv-cart-box .cv-price-cart:hover svg{
    fill: #fff;
}
.cv-cart-box .cv-price-cart:hover {
    background: #3cbcff;
    border-color:#3cbcff;
}
.cv-product-button .cv-btn {
    height: 40px;
    line-height: 40px;
    min-width: 130px;
    background: #fff;
    color: #ed7203;
    text-decoration: none;
}
.cv-product-button {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY( -20px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
}
.cv-product-box:hover .cv-product-button{
    transform: translateY( 0px);
    opacity: 1;
    visibility: visible;
}
.cv-product-button .cv-btn:last-child{
    margin-top: 10px;
}
.cv-product-button .cv-btn svg {
    width: 14px;
    fill: #3cbcff;
    height: 14px;
    margin-right: 4px;
}
/* product two end */

/* contact start */
.cv-contact-detail {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    /*background: #fff;*/
    background-color: #ffffffb0;
    border-radius: 10px;
    padding: 34px 40px 40px;
}
.cv-contact-detail ul li {
    margin-bottom: 28px;
    display: flex;
    border-bottom: 1px solid #d4f0ff;
    padding-bottom: 28px;
}
.cv-contact-detail ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
}
.cv-contact-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.cv-contact-text p {
    margin-bottom: 0;
}
.cv-contact-icon svg{
    width: 20px;
    height: 20px;
    fill: #fff;
}
.cv-contact-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ee7203;
}
.cv-contact-text {
    width: calc(100% - 50px);
    padding-left: 20px;
}
.cv-contact-form{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    /*background: #fff;*/
    background-color: #ffffffb0;
    border-radius: 10px;
    padding: 34px 40px 40px;
    height: 100%;
}
.cv-contact-detail .cv-sidebar-title {
    margin-bottom: 6px;
}
.cv-contact-detail .cv-sidebar-title ~ p {
    margin-bottom: 22px;
    line-height: 25px;
}
.cv-contact-form input {
    margin-bottom: 15px;
    background: white;
}
textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #dcdcdcbd;
    padding: 10px 20px;
    border-radius: 10px;
    resize: none;
    background: white;
    margin-bottom: 20px;
}
input {
    width: 100%;
    height: 50px;
    border: 1px solid #dcdcdcbd;
    padding: 0 20px;
    border-radius: 30px;
    outline: none;
    background: #fff6;
}

.cv-contact-map {
    max-height: 450px;
    overflow: hidden;
}
.cv-contact-map iframe {
    width: 100%;
    height: 450px;
    filter: grayscale(1);
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.cv-contact-form form{
    position: relative;
}
.response {
    color: #F44336;
    position: absolute;
    right: 0;
    bottom: 12px;
}
.response p{
    margin: 0;
}
/* contact end */




@media (max-width: 767.98px) { 
	.navbar .nav-item .nav-link {
		display: block;
		width: 100%;
		text-align: center;
	}

    .altura-banner{
        height: 100%;
    }

    .caja-banner{
        word-wrap: break-word;
        height: 100%;
        display: inline list-item;
    }

    .subtitulo-banner{
        color: black;
    }
}

@media (max-width: 575.98px) { 

	header .cintillo .col-12 {
		display: block;
		text-align: center;
	}

	.carousel {
		height: 80vh;
	}

	.carousel-inner{
		overflow: visible;
	}
	.carousel-caption {
		max-width: 600px;
        padding: 20px;
        left: 0;
        right: 0;
        display: contents;
	}
	.carousel-caption h5{
		color: #1A253D;
	}

	.carousel-caption p{
		color: #1A253D;
		text-align: center;
	}

	.carousel-caption .display-4 {
		font-size: 2.5rem;
        line-height: 1.1;
        text-align: center;
	}

	.navbar-collapse {
		margin-top: 20px;
	}
}