
@keyframes Floatingy{
    0% {
        -webkit-transform: translate(0, 0px);
        }
    65% {
            -webkit-transform: translate(50px, 0);
        }

    100% {
        -webkit-transform: translate(0, -0px);
        }
}

@keyframes Floatingx{
    0% {
        -webkit-transform: translate(50px, 0px);
    }

    65% {
        -webkit-transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(50px, -0px);
    }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19/02/2021, 11:57:58 AM
    Author     : Usuario
*/
* {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent;
}

*, :after, :before {
    box-sizing: border-box;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #eee;
    color: #3c4858;
    font-weight: 300;
}

body {
    margin: 0;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #f3f3f3;
    text-align: left;
    /*background-color: #3f3f3f;*/
	/*background-color: #f3f3f3;*/
	background-color: #00306e;
    /*background-image: url('../img/carbon-fiber.jpg');*/
    /*background-size: 400px;*/
}

.footer{
	color:#555 !important;
}

.oculto{
	display:none !important;
}

a, a:hover, a:active, a:visited {
    text-decoration: none !important;
    color:inherit;
}

ul{
   /* list-style-type: none;*/
}

@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}

@media (max-width: 768px){
    .container {
        max-width: 720px;
    }
}

@media (max-width: 576px){
    .container {
        max-width: 540px;
    }
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;


}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}

.h3, h3 {
    font-size: 1.5625rem;
    line-height: 1.4em;
}

h2.titulo {
    margin-bottom: 1rem;
}



img {
    vertical-align: middle;
    border-style: none;
}


.bg-white{
	background-color: rgba(255,255,255,1) !important; 
    transition: 0.5s ease;
    
}

.bg-dark{
    background-color: rgba(0,0,0,1) !important; 
    transition: 0.5s ease;
    
}


.bg-white.scrolled{
	background-color: $FFF !important; 
    transition: 0.5s ease;
    
}

.bg-dark.scrolled{
    background: #000 !important;
}


video { 
   
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;

}

.navbar-toggler {
    color: rgba(0,48,110,0.8) !important;
    border-color: rgba(0,48,110,0.8) !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28250, 250, 250, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler-icon-bc {
	color:color: rgba(0,48,110,0.8) !important;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	padding-top:5px;
	vertical-align: middle;
	content: "";
	background: 50%/100% 100% no-repeat;
    background-image: none;
}

.navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    color: #777 !important;
    padding: .9375rem;
    font-weight: 500;
    font-size: 0.9em;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 20px;
    transition: all 0.25s;
}


@media (min-width: 768px) { 
	.navbar-collapse{
		height:inherit;
	}
	.navbar .navbar-nav .nav-item .nav-link {
		height:100%;
	}
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #f9be09 !important;
}

.navbar-collapse {
	padding:0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.social{
        padding: .9375rem 0;
}

.titulo{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}

.btn-round{
    border-radius:30px;
}

.btn.twitter{
    background-color: #6ab6f0;
    border-color: #6ab6f0;
    color:#e6e6e6;
    transition: all 0.25s;
    box-shadow: 3px 3px 10px #333;
    margin:2px 5px;
}

.btn.twitter:hover{
    background-color: #55acee;
    border-color: #55acee;
    color:#ffffff;
    
}

.btn.pinterest{
    background-color: #e9203f;
     border-color: #e9203f;
     color:#e6e6e6;
     transition: all 0.25s;
     box-shadow: 3px 3px 10px #333;
     margin:2px 5px;
}

.btn.pinterest:hover{
    background-color:  #e60023;
     border-color: #e60023;
     color:#ffffff;
    
}

.btn.linkedin{
    background-color:#2088ba;
    border-color:#2088ba;
    color:#e6e6e6;
     transition: all 0.25s;
     box-shadow: 3px 3px 10px #333;
     margin:2px 5px;
}

.btn.linkedin:hover{
    background-color: #0077b0;
    border-color: #0077b0;
    color:#ffffff;
}


.btn.facebook{
     background-color: #546ea5;
     border-color: #546ea5;
     color:#e6e6e6;
    transition: all 0.25s;
    box-shadow: 3px 3px 10px #333;
    margin:2px 5px;
}
.btn.facebook:hover{
     background-color: #3b5998;
     border-color: #3b5998;
    
     color: #ffffff;
}

.btn.youtube{
     background-color: #cb4a46;
     border-color: #cb4a46;
     color:#e6e6e6;
    transition: all 0.25s;
    box-shadow: 3px 3px 10px #333;
    margin:2px 5px;
}
.btn.youtube:hover{
     background-color: #c4302b;
     border-color: #c4302b;
    
     color: #ffffff;
}

.btn.tiktok{
     background-color: #424242;
     border-color: #424242;
     color:#e6e6e6;
    transition: all 0.25s;
    box-shadow: 3px 3px 10px #333;
    margin:2px 5px;
}
.btn.tiktok:hover{
     background-color: #020202;
     border-color: #020202;
    
     color: #ffffff;
}

.btn-submit{
    /*background-color: #38c1cf;*/
    /*border-color: #38c1cf;*/
    padding: 5px;
    width: 120px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-submit:hover{
    background-color: #6ad1db;
    /*border-color: #6ad1db;*/
}

.btn-submit:active{
    background-color: #6ad1db;
    border-color: #6ad1db;
}

.btn-submit span{
    cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-submit span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-submit:hover span {
  padding-right: 25px;
}

.btn-submit:hover span:after {
  opacity: 1;
  right: 0;
}

.img-container{
    max-width: 1040px;
    margin-top: -140px;
    position: relative;
    height: 660px;
}


input[type=text],input[type=mail]{
    background-color: transparent;
    border: none !important;
    border-bottom: 2px solid #f9be09 !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

input[type=text]:focus, input[type=mail]:focus{
    border: none !important;
    outline: none !important;
    border-bottom: 2px solid #38c1cf !important;
 
}

textarea {
    border: 2px solid #cecece !important;
    background-color: transparent; 
}

textarea:focus {
    border: 2px solid #38c1cf !important;
}

select {
	background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid #cecece !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
select option{
	background: #3f3f3f;
}

#contact-mapa{
    width: 100%;
    height: 450px;
}



#contacto{
    padding: 80px 0;
}

.contact-datos i{
    color: #f9be09; 
}

.social-icons{
    margin-bottom: 40px;
}

.social-icons-list{
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    
}

.social-icons-item{
	display:inline-block;
	color: #CCC;
    margin-bottom: 15px;
    margin-right: 30px;
	padding-top: 10px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 50px;
	height: 50px;
	border-radius: 50% 50%;
	border: 3px solid #CCC;
	transition: all 0.25s;
}
.social-icons-item:hover{
    color: #0077aa;
	border: 3px solid #0077aa;
    
}

.footer-menu h6{
    font-weight: 400;
        
}

.footer-menu-list, .footer-menu-item{
    padding: 0;
}

.footer-menu-item{
    margin-top: 10px;
    
}

.footer-menu-item a:hover{
   padding:5px;
    color:#c45381;
   transition: all 0.25s;
}

.footer-social-ul{
	list-style:none;
}

.footer-legal{
	background-color: #00306e;
	color: white !important;
	margin: 0;
	padding:15px;
}

.section {
    padding: 0px 0;
}

.section, .section-image {
    background-position: 50%;
    background-size: cover;
}

.section-demo img{
    width: 100%;
}

.section-demo img{
    border-radius: 3px;
    transition: all .2s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
}

.section-descripcion{
    
    margin-bottom: 60px;
}

.section-pagina ul {
	columns: 2;
	
	
}

@media (max-width: 576px)  { 
	.section-pagina ul {
		columns: 1;
	
	}
}
.titulo{
	margin:0 auto;
	padding:5px;
	background: rgb(249,190,9);
	width:100%;
	height:50px;
	border-radius:10px 10px 10px 10px;
	box-shadow:3px 3px 6px #333;
    color: #00306e;
    text-decoration: none;
	font-weight:400;
	/*text-shadow: 1px 1px 2px #3f3f3f;*/

}

.titulo h2{
	font-size:1.5em !important;
}

@media (max-width: 768px){
	.titulo{
		height:40px;
		border-radius: 8px 8px 8px 8px;
		
	}
	.titulo h2{
		font-size:1.2em !important;
	}
}

.bullet-star{
	display:block-inline;
	width:20px;
	height:20px;
	text-align:centar;
	
}

h1:before {
    content:"• ";
	color:rgb(249,190,9);
}

.circulo-borde-amarillo{ 
	width:200px;
	height:200px;
	border-radius:50% 50%;
	border: 10px solid rgb(249,190,9);
	background: #777;
	background-repeat: no-repeat;
	background-size: cover;
}

.valores-item {
	font-size: 1.3em;
	margin:20px;
}

.valores-item i {
	color: rgb(249,190,9);
}

.main{
	background-color:#3f3f3f;
    margin: 90px 30px 0;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.section-oscura, .section-image {
    background-color: #343434;
    background-size: 200% 240%;
    background: #232323;
    background: radial-gradient(ellipse at center,#585858 0,#232323 100%);
    background-size: 550% 450%;
}


.section-oscura .titulo, .section-oscura .descripcion{
    color:#FFF;
}


.features-5 {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}

.features-5 .container  {
    position: relative;
    z-index: 2;
    color: #444;
}

.features-5 .titulo {
    position: relative;
    z-index: 2;
	font-weight:400;
    color: #c45381;
}

.features-5 .container .row:last-child [class*=col-] {
    border-bottom: 0;
}

.features-5 .container .row:last-child [class*=col-] {
    border-bottom: 0;
}
/*.features-5 .container [class*=col-] {
    border: 1px solid rgba(64,64,64,0.3);
    border-top: 0;
    border-left: 0;
}*/

.features-5 .info {
    text-align: center;
    max-width: 310px;
    min-height: 320px;
}

.info {
    max-width: 360px;
    margin: 0 auto;
    padding: 70px 0 30px;
}

.features-5 .info .icon, .features-5 .info .info-title, .features-5 .info p {
    color: #333;
}
.info .info-title {
    color: #3c4858;
    margin: 1.75rem 0 .875rem;
}
.card-title, .card-title a, .footer-big h4, .footer-big h4 a, .footer-big h5, .footer-big h5 a, .footer-brand, .footer-brand a, .info-title, .info-title a, .media .media-heading, .media .media-heading a, .title, .title a {
    color: #3c4858;
    text-decoration: none;
}
.card-title, .footer-big h4, .footer-big h5, .footer-brand, .info-title, .media .media-heading, .title {
    font-weight: 700;
    font-family: Roboto Slab,Times New Roman,serif;
}

.h4, h4 {
    font-size: 1.125rem;
    line-height: 1.5em;
}

[class*=contactus-], [class*=features-], [class*=pricing-], [class*=projects-], [class*=team-], [class*=testimonials-] {
    padding: 0px 0;
}


.section-components .dental-img, .section-components .share-btn-fbk, .section-components .coloured-card-btn-img, .section-components .coloured-card-img, .section-components .social-img, .section-components .pin-btn-img {
    position: absolute;
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
}

.section-components .image-container {
    height: 560px;
    position: relative;
}

.section-components .titulo {
    margin-top: 60px;
    margin-bottom: 5px;
}

@media screen and (max-width: 991px){
    .presentation-page .section-components .components-macbook {
        max-width: 850px;
        max-height: 480px;
        margin-top: 12vh;
        left: -12px;
    }
}

.section-components .image-container {
    height: 560px;
    position: relative;
}

.section-components .components-macbook {
    width: auto;
    left: -100px;
    top: 0;
    height: 100%;
    position: absolute;
}

.section-components .share-btn-fbk{
    left: 3%;
    top: -3%;
    height: 25px;
}

.section-components .dental-img {
    left: -13%;
    top: 27%;
    height: 175px;
    border-radius: 2px;
}


.dental-img, .coloured-card-img, .coloured-card-btn-img, .pin-btn-img, .share-btn-fbk, .social-img {
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-name: Floatingy;
    -moz-animation-name: Floatingy;
    float: left;
}

.share-btn-fbk {
    -webkit-animation-duration: 11s;
    -moz-animation-duration: 11s;
}

.dental-img {
    -webkit-animation-duration: 14s;
    -moz-animation-duration: 14s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}

.ventana {
    margin:10px auto;
    width: 140px;
    height: 140px;
    background-color:#000;
    border-radius:50%;
    /*border:1px solid rgba(125,125,125,0.5);*/
    box-shadow: 4px 4px 10px #1f1f1f;
   
    background-size:cover;
    background-repeat:no-repeat;
}

.sticker{
    display: block;
    color: #e6e6e6;
    background-color: #38c1cf;
    padding:9px 18px;
    border-radius:2px;
    box-shadow: 3px 3px 10px #000;
}




.carousel-smooth{
    width: 100%;
    height: 90vh;

}

.carousel-img-front,.carousel-img-back,.carousel-cover{
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 20px #111;

}

@media (max-width: 768px)  { 
	/*.carousel-smooth, .carousel-img-front,.carousel-img-back,.carousel-cover{
		height: 80%;
	}*/
	.carousel-smooth {
		height: 70vh;
	}
	
	.carousel-cover .btn-highlights{
		font-size: 1.1em;
	}
}

@media (max-width: 576px) { 
	/*.carousel-smooth, .carousel-img-front,.carousel-img-back,.carousel-cover{
		height: 60%;
	}*/
	.carousel-smooth {
		height: 50vh;
	}
	
	.carousel-cover .btn-highlights{
		font-size: 0.9em;
	}
}




.carousel-img-front{
    z-index: 2;
    /*transition: opacity 2s ease;*/
}
.carousel-img-back{
    z-index: 1;
    /*transition: opacity 2s ease;*/
}
.carousel-cover{
    display: flex;
    z-index: 3;
    background-color: #00000066;
    /*opacity: 0.25;*/

    justify-content: center;
    align-items: center;
}

.carousel-cover p {
    text-transform: uppercase;
    /*font-size: 6em;*/
    font-weight: 900;
}




.highlight{
    /*color: #ee7100; *//*Giallo Modena*/
    /*color: #c6dff5;*/
    color: #fff; 

}

.btn-highlights{
		
    background-color: #f9be09 !important;
    color: #00306e !important;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
	transition:all 0.2s;
}

/*.btn-highlights:hover{
    background-color: #00306e !important;
    color: #f9be09 !important;
}*/


.footer{
    border-top: 3px solid #60c0d0;
}

.video{
    width: inherit;
    height: auto;
}


.lista li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fdc136; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
    .carousel-cover p {
        font-size: 1.8em;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    .carousel-cover p {
        font-size: 2.5em;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    .carousel-cover p {
        font-size: 3em;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .carousel-cover p {
        font-size: 4em;
    }
}


.section-about{
	background-image:url('../img/car-wash-detailing-station.jpg');
	color:white; 
}



.section-about .columna{
	background-color: #000000A0;
	height:100%;
	width:100%;
	
	padding:20px 10px;
	
}

.section-about [class*="col-"] {
	padding:5px;
}

/*.row {
    display: table;
}

[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}*/

/**
*  PUBLICACIONES ESTILOS
*/

.ficha {
	background-color:rgba(120,120,120,0.7);
	border-bottom:1px solid rgba(60,60,60,0.85);
	border-right:1px solid rgba(60,60,60,0.85);
	padding:15px 15px 15px 15px;
	margin:15px 15px 15px 15px;
	box-shadow: 3px 3px 3px #333;
	
	
}

.ficha > .ficha-portada {
	margin-bottom: 20px;
}

.ficha > .publi-titulo {
	color: #c45381;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 1px 1px 2px #3f3f3f;
}


/********************************************************
* PUBLICACIONES
********************************************************/

#informacion h1{
	text-align: center;
	color: #c45381;
	text-decoration: none;
	font-size:2.5em;
	font-weight: 400;
	text-shadow: 1px 1px 2px #3f3f3f;
}

#informacion h2{
	text-align:left;
	color: #ccc;
	text-decoration: none;
	font-size:1.5em;
	font-weight: 400;
	text-shadow: 1px 1px 2px #3f3f3f;
}

#informacion h3{
	color: #ddd;
	text-decoration: none;
	font-size:1.5em;
	
	text-shadow: 1px 1px 2px #3f3f3f;
}

#informacion .fecha-publicacion {
	color:#ddd;
}



/**********************************************************
* BlueClean
***********************************************************/
.burbuja-dorada {
	
}

.inicio-section{
	background-color: #00306e;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.shade-blue{
	background: rgba(0,48,110,0.8);
}

.panel-servicios{
	background-color:#00306e;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:300px;
	padding:0;
}

.panel-servicios p{
	position:absolute;
	bottom:5px;
	font-size:1.3em;
}

.panel-shade{
	background: rgba(0,48,110,0.5);
	width:100%;
	height:100%;
	transition:all 0.3s;
}

.panel-shade:hover{
	background: rgb(0,48,110);
	background: linear-gradient(0deg, rgba(0,48,110,1) 10%, rgba(0,48,110,0.5) 40%, rgba(0,48,110,0) 75%); 
	
}

.bc-yellow{
	color: #f9be09;
}

.bc-blue{
	color: #0077aa;
}


.collapse .nav-item:hover{
	background-color: rgba(0,48,110,1) !important;
	color: #f9be09 !important;
}

.collapse .nav-item:hover .nav-link{
	color: #f9be09 !important;
}


/************************************************************
* RECAPTCHA STYLE
*************************************************************/

.grecaptcha-badge {
     z-index: 99999999999999999;   
}

/************************************************************
* WHATSAPP
*************************************************************/

.wa-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.wa-float-icon{
	margin-top:16px;
}




