 
@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 {
    
    
    font-weight: 300;
}

body {
    margin: 0;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: transparent;
    
}

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;
}

h3.titulo{
	text-align:center;
}



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

.bg-dark{
    background-color: rgba(0,0,0,1) !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(240,240,240,.8) !important;
    border-color: rgba(240,240,240,.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%28242, 137, 89, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


.navbar .navbar-nav .nav-item .nav-link, .dropdown-item {
    position: relative;
    color: #5c8e2f !important;
    padding: .9375rem;
	padding-top:1.4rem;
    font-weight: 400;
    font-size: 20px;
    #text-transform: uppercase;
    border-radius: 3px;
    line-height: 20px;
    transition: all 0.25s;
}

.navbar .navbar-nav .nav-item .nav-link:hover, .dropdown-item:hover {
    color: #ed7842 !important;
}

.navbar-main {
	
	
}

.dropdown-item:hover {
	background-color: #CCC;
}

.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.durazno{
     background-color: #fff;
     border-color: #fff;
     color:#ef7947;
    transition: all 0.25s;
   
    margin:2px 5px;
}
.btn.durazno:hover{
     background-color:#ef7947;
     border-color: #ef7947;
    
     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 #ef7947 !important;
    -webkit-transition: 0.5s;
	color:#333;
    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  #ef7947 !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: #ef7947; 
}

.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 {
	background-color:#ed7842;
	border-radius: 50% 50%; 
	width:60px;
	height:60px;
	padding:15px 15px 15px 15px;
	color:#fff;
}

.social-icons-item a{

    margin-bottom: 15px;
    margin-right: 30px;
    #max-width: -webkit-fit-content;
    #max-width: -moz-fit-content;
    #max-width: fit-content;
   

}

.social-icons-item a{
	display:block;
	font-size: 30px;
	
}

.social-icons-item a:hover{
    
    transition: all 0.25s;
}




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

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

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

.footer-menu-item i{
	color:#c45381;
}

.footer-link{
	color:#333 !important;
}

.footer-menu-item a:hover{
   padding:6px;
   color:#333;
   transition: ease-out 0.25s;
}

.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;
}

.titulo{
    
    text-decoration: none;
	
}

.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: #ed7842;
}

.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,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;

}

.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: #c45381; 

}

.btn-highlights{

    background-color: #c45381;
    color: #ddd;
    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%)

}

.btn-highlights:hover{
    background-color: #d37ea1;
    color: #ddd;
}


.footer{
    
	background-color: #fff;
	color: #333;
}

.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: 2em;
    }

}

/* 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: 4em;
    }
}

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


.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;
}



/*Valores Estilos*/ 
.list {
    padding-left: 0;
    padding-right: 0
}

.list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word
}

.list-row .list-item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem .625rem
}

.list-row .list-item>* {
    padding-left: .625rem;
    padding-right: .625rem
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

.item-author {
	color:#da94b0 !important;
	font-weight: 600;
	
}


.dropdown-menu{
	background-color: white !important;
	color: #333 !important;
	width: 100vw;
}



.video-servicios{
	width:350px !important;
}

.texto-durazno {
  color:  #ef7947 !important;
}


.fondo-durazno {
  background-color: #ef7947 !important;
}

.sombreado-ligero{
	box-shadow:3px 3px 4px #777;
}

.borde-ligero{
	border: 1px solid #CCC !important;
}