body {
    font-family: 'Titillium Web', sans-serif;    
}
header {
    margin-top: 100px;
}
.navbar-brand {
    margin: 0px;
    padding: 0px;
}
.navbar {
    margin: 0px;
    padding-top: 0px;
    background: linear-gradient(98deg,  #f56e00, #ffff03);
    opacity: 6.5; 
    transition: background ease-in .3s;
    box-shadow: 0px 5px 25px #222 !important;
}
.navbar:hover {
    
    background: linear-gradient(98deg,   #ffff03, #f56e00);
    opacity: 9.5; 
    transition: background ease-in .3s;
}
.navbar li a{
    color: black !important;
    margin: 0px 0px 0px 0px !important;
    padding: 10px 25px 10px 25px !important;
    
}
.btn {
    border-radius: 50px;
}
.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color:#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}
.btn-success {
    background-color: darkgreen;
    
    color:#fff;
    transition: background ease-in .3s;
    
}
.btn-success:hover {
    background-color: #00fa1d;
    color: #000;
    transition: background ease-in .3s;
    
    
}
.btn-outline-danger {
    transition: background ease-in .3s;
    border-color: #ffff03 !important;
}
.btn-outline-danger:hover {
    
    background-color: #F56E00;
    transition: background ease-in .3s;
    box-shadow: 0px 5px 25px #222 !important;
}
.btn-outline-success {
    transition: background ease-in .3s !important;
}

.header-interno {
    margin-top: 0px;
}

.hide-me {
    display: none;
}
.social {
    position: fixed;
    left: 0;
    margin-left: -40px;
    top:200px;
    z-index: 2000;
}

.social ul {
    list-style: none;
}

.social ul li a {
    display:inline-block;
    color: #fff;
    background: #000;
    padding: 10px 20px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social ul li .fa-facebook {background:#3b5998 !important; padding: 10px 22.2px;}
.social ul li .fa-instagram {background:#c13584 !important;}
.social ul li .fa-youtube {background:#d95232 !important;}
.social ul li .fa-whatsapp {background:#25d366 !important;}
.social ul li .fa-linkedin {background:#3b5998 !important;}

.social ul li a:hover{
    padding: 10px 30px;
    background:#000;
}
.slideshowT {
    margin: -22px !important;
    padding-top: 0px !important;
    }
.testimonial {
    background: #f56e00;
    background: linear-gradient(98deg,  #f56e00, #ffff03);
    padding: 50px 0 30px 0;
    margin-top: 30px;
    text-align: center;
}
.testimonialBoda {
    background: #fff;
    padding: 30px 0 15px 0;
    margin-top: 0px;
    text-align: center;
}
#servicios {
    background: #f1f1f1;
    padding: 10px 0 10px 0;
    margin-top: 30px;
    text-align: center;
}
.no-decoration a {
    text-decoration: none;
    color: darkred;
}
.no-decoration a:hover {
    text-decoration: none;
    color: red;
}
/**video responsive*/
.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/**video responsive*/

footer {
    background: url(../img/foot.png);    
}
.socialFootUl {    
    display: flex;
    /*position: absolute;*/
    left: 50%;    
    transform: translate(10%, 0%);
}
.socialFootLi {
        
}
.socialFootLiA {
    width: 60px;
    height: 60px;
    /**background: #fff;**/
    text-align: center;
    line-height: 55px;
    font-size: 30px;
    margin: 0 5px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border:3px solid green;
    z-index: 1;
    margin: 5px;
    margin-bottom: 30px;    
}
.socialFootLI {
    position: relative;
    color:  darkgreen;
    transition: .5s;
    z-index: 3;
}
.socialFootLI:hover {
    color: white;
    transform: rotateY(360deg); 
    text-shadow: 2px 2px 10px #000;
}
.socialFootLiA:before {
    content: '';
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    height: 100%;
    
    background:green;    
    transition: .5s;
    z-index: 2;
}
.socialFootLiA:hover:before {    
    position: absolute;
    top:0;    
}
/**Complementos*/
.arrowDownUl {    
    display: flex;
    /*position: absolute;*/    
    transform: translate(0%, 0%);

}
.arrowDownLi {
    
    
}
.arrowDownLiA {   
    
    width: 50px;
    height: 50px;
    /**background: #fff;**/
    text-align: center;
    font-size: 30px;
    margin: 0 5px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 5px;
    /**margin-bottom: 30px;  **/
    margin: auto;
    border:3px solid green;
    background-color: rgba(255, 255, 255, 0.5); /**fondo blanco opacidad solo en el fondo**/
    
    
}
.arrowDownLI {
    
    position: relative;
    color:  green;
    transition: .5s;
    z-index: 3;
}
.arrowDownLI:hover {
    color: #fff;
    transform: rotateY(360deg);
    opacity:inherit;
}
.arrowDownLiA:before {
    content: '';
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    height: 100%;
    
    background:#00fa1d;    
    transition: .5s;
    z-index: 2;
}
.arrowDownLiA:hover:before {    
    position: absolute;
    top:0;    
}
/**DISPOSITIVOS MOVILES*/
@media (max-width: 576px) {    
    .slideshowT {
    margin-top: 0px;
    }
    .texto-display {
    font-size: 25px;
    font-weight: bold;
	color: #cf050f;
	-webkit-text-stroke: 0.01px #fff;
	text-shadow: 1px 1px 4px #333; /*sombra en el cexto el ultimo valor en "pixeles es el desenfoque"	*/	
}
    .carousel-caption h3 {
        font-size: 18px;
    }
    .carousel-caption .btn {
        display: none;
    }
    .descriptionWeb p {
        font-size: 25px;
    }
    .social {
    position: fixed;
    left: 0;
    margin-left: -40px;
    top:460px;
    z-index: 2000;
    }
    .slideshowT {
    margin-top: 67px !important;
    padding-top: 0px !important;
    }

}

@media (min-width: 800px) {
    .hide-me {
        display: block;
    }
    .hide-me-brand {
        display: none;
    }
    .navegadorleft {
        float: left !important;
    }
}



