/* ------------------------------------------------------------------------------
	Author: webthemez
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Caveat+Brush|Play');
@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
@import url('https://fonts.googleapis.com/css?family=Convergence');
body{
font-family: 'Convergence', sans-serif;
}
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #ffffff;
}
h1, .type-wrap{
	font-size: 32px;
	color: #fff;
	margin-top: 60px;
	background: rgba(12, 39, 58, 0.21);
	font-size: 25px;
	width: 76%;
	margin: 0 auto;
	margin-top: 66px;
	padding: 5px;
	border: 1px dotted #fff;
	border-left: 0;
	border-right: 0;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border-bottom:3px solid rgba(255, 255, 255, 0.3);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	letter-spacing:3px;
	line-height:30px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	color: #fff;
	border-bottom:3px solid rgba(229, 46, 46, 1);
}
.btn-large {
	padding: 15px 40px;
}
.logo b {
    text-transform: uppercase;
    display: block;
    color: #fff;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #ffffff;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
	color: #fff;
}
body {
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
 .no-gutter [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.logo {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	letter-spacing:3px;
	text-transform: capitalize;
	padding: 10px 0 0;
}
.banner-area {
	position: relative;
}
.banner-area-gradient {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background: rgba(0, 13, 29, 0.58);
}
.banner-text {
	padding-top: 6%;
	padding-bottom: 0%;
	text-align: center;
	color: #fff !important;
}
.banner-text h1 {
	margin-top:10%;
	color: #fff;
	font-weight: 100;
	font-size: 28px;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.banner-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing:3px;
	margin-bottom: 5%;
	font-family: arial;
}

/* ------------------------------------------------------------------------------
	Countdown
-------------------------------------------------------------------------------*/

#countdown {
	padding:0;
	position:relative;
	margin-top: 32px;
	margin-bottom: 0;
	padding: 0 0px;
}

.item {
	display: inline-block;
	position: relative;
	text-align:center;
	padding: 20px 0 10px;
	text-transform:uppercase;
	font-size: 14px;
	color: #fff;
	width: 140px;
	overflow: hidden;
	/* border: 1px rgba(255, 255, 255, 0.63) dashed; */
}
.item:before {
    position: absolute;
    content: ':';
    width: 20px;
    height: 69px;
    /* background: #8bc34a; */
    -ms-transform: rotate(7deg);
    /* -webkit-transform: rotate(7deg); */
    /* transform: rotate(-35deg); */
    left: 125px;
    color: #fff;
    font-size: 58px;
    top: 11px;
}
.item p {
	text-align:center;
	margin:0;
	font-size: 54px;
	padding:0;
	/* background: rgba(2, 7, 13, 0.28); */
}
img.logo{
	width: 240px;
}
#countdown .item:nth-child(1){margin: 0;/* border-left: none; */}
#countdown .item:nth-child(2){}
#countdown .item:nth-child(3){/* background: rgb(38, 175, 38); */}
#countdown .item:nth-child(4){/* background: rgb(230, 158, 21); */}
.type-wrap span strong{
    color: #FFC107;
    text-transform: uppercase;
}
#countdown .item:nth-child(4):before{
	content:'';
}
/* ------------------------------------------------------------------------------
	Subscribe
-------------------------------------------------------------------------------*/

	.subscribe {
	width: 400px;
	position: relative;
	margin:0 auto;
	padding-bottom: 10px;
}
.subscribe >.container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.subscribe h2 {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	margin: 0;
	line-height: 34px;
	/* text-transform:uppercase; */
	text-align: center;
}
.subscribe-form {
	margin-top: 6px;
	text-align:center;
}
.subscribe-form input[type=text] {
	width: 93%;
	height: 46px;
	display: block;
	padding: 0 20px;
	background-color: #0000008a;
	border: 1px solid rgba(255, 255, 255, 0.66);
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;


	font-size:15px;
	font-weight:300;

	/*border-right: 0;*/
	color: #fff;
}
.subscribe-form input:focus {
	outline: 0;
}
.subscribe-form input[type=submit] {
	width: 93%;
	height: 46px;
	display: block;
	padding: 0 10px;
	background-color: #FFC107;
	border: 0;
	color: #00050b;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-weight: 700;
	transition: all 0.125s ease-in-out 0s;
	-moz-transition: all 0.125s ease-in-out 0s;
	-webkit-transition: all 0.125s ease-in-out 0s;
	-o-transition: all 0.125s ease-in-out 0s;
	-ms-transition: all 0.125s ease-in-out 0s;
/*	float: right; */
	cursor: pointer;
}
.subscribe-form input[type=submit]:hover {
	background-color: #d49f00;
	border: 0;
	color: #000;
}

.error_message {
	color:#fc6e51;
	padding-bottom:15px;
	font-size:13px;
	line-height:30px;
}

#success_page {
	color:#9ce726;
	padding-bottom:10px;
	font-size:12px;
}
#success_page h3 {
	font-size:17px;
	font-weight:400px;
	color:#4ab217;
}
#success_page p {
	font-size:12px;
	font-weight:400px;
	color:#b3b3b3;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {text-align: center;/* background-color: rgba(24, 24, 24, 0.27); */padding: 58px 0 20px 0;/* background: rgba(255, 255, 255, 0.17); */}


.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: #d6d6d6;
	font-size:12px;
	line-height: 14px;
	text-align: center;
}
.footer a {
	color: #08cdfe;
}
.footer a:hover {
	color: #fec108 !important;
}
.footer .footer-share {
	margin: 0 0 10px 0;
	text-align: center;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 17px;
	letter-spacing:20px;
	color: #fff;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}

 /* code for animated blinking cursor */
        .typed-cursor{
            opacity: 1;
            font-weight: 100;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

				#floating-button {
				    width: 55px;
				    height: 55px;
				    border-radius: 50%;
				    background: #db4437;
				    position: fixed;
				    bottom: 100px;
				    right: 23px;
				    cursor: pointer;
				    z-index: -1;
				}

				.plus {
				    color: white;
				    position: absolute;
				    top: 0;
				    display: block;
				    bottom: 0;
				    left: 0;
				    right: 0;
				    text-align: center;
				    padding: 0;
				    margin: 0;
				    line-height: 55px;
				    font-size: 38px;
				    font-family: 'Roboto';
				    font-weight: 300;
				    animation: plus-out 0.3s;
				    transition: all 0.3s;
				}

				#container-floating {
				    position: fixed;
				    width: 70px;
				    height: 70px;
				    bottom: 100px;
				    right: 23px;
				    z-index: 999;
				}

				#container-floating:hover {
				    height: 180px;
				    width: 90px;
				    padding: 30px;
				}

				.edit {
				    position: absolute;
				    top: 0;
				    display: block;
				    bottom: 0;
				    left: 0;
				    display: block;
				    right: 0;
				    padding: 0;
				    opacity: 0;
				    margin: auto;
				    line-height: 65px;
				    transform: rotateZ(-70deg);
				    transition: all 0.3s;
				    animation: edit-out 0.3s;
				}

				#container-floating:hover .edit {

				}

				.nds {
				    width: 40px;
				    height: 40px;
				    border-radius: 50%;
				    position: fixed;
				    z-index: 300;
				    transform: scale(0);
				    cursor: pointer;
				}

				.nd1 {
				    background: #d3a411;
				    right: 35px;
				    bottom: 180px;
				    animation-delay: 0.2s;
				    animation: bounce-out-nds 0.3s linear;
				    animation-fill-mode: forwards;
				}

				.nd3 {
				    background: #3c80f6;
				    right: 35px;
				    bottom: 240px;
				    animation-delay: 0.15s;
				    animation: bounce-out-nds 0.15s linear;
				    animation-fill-mode: forwards;
				}


				@keyframes bounce-nds {
				    from {
				        opacity: 0;
				    }
				    to {
				        opacity: 1;
				        transform: scale(1);
				    }
				}

				@keyframes bounce-out-nds {
				    from {
				        opacity: 1;
				        transform: scale(1);
				    }
				    to {
				        opacity: 0;
				        transform: scale(0);
				    }
				}

				#container-floating:hover .nds {

				    animation: bounce-nds 0.1s linear;
				    animation-fill-mode: forwards;
				}

				#container-floating:hover .nd3 {
				    animation-delay: 0.08s;
				}

				#container-floating:hover .nd4 {
				    animation-delay: 0.15s;
				}

				#container-floating:hover .nd5 {
				    animation-delay: 0.2s;
				}

				.letter {
				    font-size: 23px;
				    font-family: 'Roboto';
				    color: white;
				    position: absolute;
				    left: 0;
				    right: 0;
				    margin: 0;
				    top: 0;
				    bottom: 0;
				    text-align: center;
				    line-height: 40px;
				}

				.reminder {
				    position: absolute;
				    left: 0;
				    right: 0;
				    margin: auto;
				    top: 0;
				    bottom: 0;
				    line-height: 40px;
				}

				.profile {
				    border-radius: 50%;
				    width: 40px;
				    position: absolute;
				    top: 0;
				    bottom: 0;
				    margin: auto;
				    right: 20px;
				}
				.social-icon {
				    margin: 0;
				    background-color: #262627 !important;
				}

				.footer-icon{
				    padding: 5px !important;
				    width: auto !important;
				    font-size: 1.5em !important;
				}

				.p-0{
				    padding: 0px !important;
				}

				._38io._30jd {
				    color: #61696f;
				}

				.small:hover {
				    color: #cecbcb;
				}

				.cb-clientbox-text {
				    max-width: none !important;
				}

				.h1 {
				    font-weight: 400 !important;
				}

				.media {
				    color: #61696f;
				}

				.marquee-content {
				    z-index: 1 !important;
				}

				.col-md-4, .col-md-6, .col-sm-4, .col-sm-6 {
				    padding: 15px;
				}

				a:hover {
				    text-decoration: none;
				}

				._1yrg._inf, ._1yrg._inf._2qix._dcm:hover {
				    color: #000000;
				}

				.fixed-action-btn {
				    bottom: 100px !important;
				}

				.cb-request.-half {
				    height: 70vh !important;
				}

				.cb-request-wrap {
				    background-color: rgba(0, 0, 0, 0.32) !important;
				}

				.cb-author-item-photo {
				    background-color: #f8eeffad;
				}

				.cb-input_flat input {

				    font-weight: 400 !important;
				}

				.cb-textarea_flat textarea {
				    font-weight: 400 !important;
				}

				.custom-underline {
				    position: relative;
				    display: inline-block;
				    font-size: 24px;
				    font-weight: 400;
				    text-align: center;
				}

				.custom-underline,
				.custom-underline:hover,
				.custom-underline:focus,
				.custom-underline:active {
				    text-decoration: none;
				}

				.custom-underline::after {
				    content: "";
				    position: absolute;
				}

				.custom-underline::after {
				    top: 170%;
				    height: 3px !important;
				    width: 40%;
				    left: 30%;
				    background-color: #4c4aee;
				    transition: 0.4s ease-out all .1s;
				}

				.cb-author-item-brief {
				    line-height: 5;
				}

				.cb-author-item-brief:hover .custom-underline::after {
				    width: 90%;
				    left: 5%;
				    transition: 0.5s ease all;
				}

				.more-link {

				    font-size: 20px;
				    position: absolute;
				    left: 0;
				    height: 80px;
				    bottom: 0;
				    display: block;
				    width: 100%;
				    padding: 8px;
				    background: linear-gradient(to bottom, #f5f5f5d9, #f5f5f5, #f5f5f5);
				    color: #3a3a3a;
				    text-align: center;
				    text-transform: uppercase;
				    text-decoration: none !important;
				    font-weight: bold;
				}

				.light-product-copy {
				    position: relative;
				    overflow: hidden;
				}

				.number_back {
				    position: absolute;
				    z-index: -1;
				    opacity: 0.3;
				    top: 0;
				    left: 0;
				    right: 0;
				    margin: 0 auto;
				    width: 100%;
				    height: 100%;
				}

				.answer {
				    display: none;
				    position: absolute;
				    top: 0;
				    left: 0;
				    right: 0;
				    margin: 0 auto;
				    width: 100%;
				    height: 100%;
				    background-color: #f6f9f9f0;
				}

				.read_more {
				    position: absolute;
				    bottom: 10px;
				    right: 15px;
				}

				.close_answer {
				    height: 30px;
				    width: 30px;
				    background: transparent;
				    font-weight: 400;
				    font-size: 20px;
				    border-radius: 2px;
				    padding: 10px;
				    color: #7b7b7b !important;
				}

				.close_answer:hover {
				    color: #000000 !important;
				}

				.service {
				    position: relative !important;
				    width: 100%;
				}

				.service {
				    border-image: linear-gradient(to bottom right, #09b4f5 0%, #5408b9 100%) !important;
				    border-image-slice: 1 !important;
				    border-width: 3px !important;
				}

				.service:hover {
				    border-image: none;
				    border: 3px solid #09b4f5 !important;
				    border-width: 3px !important;
				}

				.centrado-porcentual {
				    position: absolute;
				    left: 50%;
				    top: 50%;
				    transform: translate(-50%, -50%);
				    -webkit-transform: translate(-50%, -50%);
				}

				iframe {
				    border-width: 0px !important;
				    border-style: inset !important;
				    border-color: transparent !important;
				    border-image: none !important;
				}

				.page-heading .carousel .item h1 {
				    font-weight: 400;
				}

				.row{
				    margin-bottom: 0px;
				}

				@media (max-width: 1215px) {
				    .mujer {
				        background-image: none !important;
				    }

				    .cb-text {
				        text-align: center;
				    }
				}
				@media (max-width: 1024px) {
				    .equal-h{
				        min-height: 300px;
				        max-height: 300px;
				    }
				}

				@media (min-width: 1001px) {
				    .item-desktop {
				        display: block;
				    }

				    .vjs-poster{
				        background-image: none !important;
				    }
				    .item-movil {
				        display: none;
				    }
				}

				@media (max-width: 1000px) {
				    .cuadro_gris {
				        display: none;
				    }

				    .number_back h1 {
				        font-size: 120px !important;
				        float: right !important
				    }

				    .imagen-pasos {
				        display: flex;
				        align-items: center;
				        justify-content: center;
				        padding: 0px;
				    }

				    .light-product-copy {
				        margin-top: 0px !important;
				    }

				    .item-desktop {
				        display: none;
				    }

				    .item-movil {
				        display: block;
				    }
				}

				@media (max-width: 720px) {
				    #container-floating {
				        position: fixed;
				        width: 70px;
				        height: 180px;
				        bottom: 60px;
				        z-index: 999;
				    }

				    .fixed-action-btn {
				        bottom: 23px !important;
				    }

				    .nd1 {
				        bottom: 110px;
				    }

				    .nd3 {
				        bottom: 180px;
				    }

				    #floating-button {

				        bottom: 30px;
				    }

				    .centrado-porcentual {
				        position: relative;
				        left: unset;
				        top: unset;
				        transform: unset;
				        -webkit-transform: unset;
				    }
				}

				@media (min-width: 720px) {
				    .vjs-poster{
				        background-image: none !important;
				    }
				}

				.fa {
    padding: 10px;
    font: normal normal normal 14px/1 FontAwesome !important;
    width: 50px;
    font-size: 30px !important;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, .8);
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
