body {
    /*background-color: #f2f2f2;*/
}

.encabezado {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-family: 'Lato', sans-serif;
}

.encabezado span {
    color: #42AC00;
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
}

.iconos {
    color: #42ac00;
    font-size: 2rem;
}

.sociales ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sociales ul li {
    position: relative;
    display: inline-block;
}

.sociales ul li a::before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    padding: 0.4rem;
    content: '\f08e';
    -webkit-font-smoothing: antialiased;
    font-size: 1.6rem;
    color: #42ac00;
}

.sociales ul li a:hover {
    color: #0d4141;
}

.sociales ul li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.sociales ul li a[href*="twitter.com"]::before {
    content: '\f081';
}

.sociales ul li a[href*="instagram.com"]::before {
    content: '\f16d';
}

.sociales ul li a[href*="pinterest.com"]::before {
    content: '\f0d2';
}

.sociales ul li a[href*="youtube.com"]::before {
    content: '\f16a';
}


/*NAVEGACION*/

.navegacion {
    background: #42ac00;
}

.navbar-light .navbar-toggler {
    background-color: #ffffff;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
    color: #ffffff;
}

.nav-link {
    color: #ffffff;
    font-size: 1rem;
    transition: all .4s ease-in-out;
    font-family: 'Raleway', sans-serif;
}

.nav-link:hover {
    background-color: #6aac41;
    color: #000;
    border-radius: 5px;
}

.active {
    background-color: #0d4141;
    border-radius: 5px;
}

.nav-principal {
    background-image: url(../img/border_horizontal.png), url(../img/border_horizontal.png);
    background-repeat: repeat-x;
    background-position: 0px top, 0px bottom;
}


/*carousel*/

.carousel-caption h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #0d4141;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 20px;
    width: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 115%, 115%;
    border-radius: 50%;
}


/*NUEVO SITIO*/

.nuevo-sitio p {
    font-family: 'Lato', sans-serif;
    color: #979797;
    font-size: 1.2rem;
}


/*SERVICIOS*/

.imagen-servicio img {
    border: 6px solid #fefefe;
    -webkit-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s;
}

.imagen-servicio img:hover {
    -webkit-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transform: scale(1.2) rotate(16deg);
}

.servicio-info {
    background-color: #ffffff;
    /* margin-top: -0.5rem; */
}

.btn-primary {
    border-radius: 0;
    background-color: #42AC00;
    border: none;
    padding: 1rem 5rem;
    font-family: 'Lato', sans-serif;
}

.btn-primary:hover {
    background-color: rgb(56, 138, 4);
}


/*horarios*/

.horario {
    background-color: #0d4141;
    color: #ffffff;
}

.horario h2 {
    font-size: 1.8rem;
    font-family: 'Lato', sans-serif;
}

.horario .table {
    border: 2px solid #42AC00;
}

.horario .table thead {
    background-color: #42AC00;
}

.horario .table td,
.horario .table thead th {
    border: none;
}

.horario .table tbody tr td {
    padding: .2rem;
    font-family: 'Lato', sans-serif;
}

.bg-horario {
    /*background-image: url(../img/horarios.jpg);*/
    /*background-repeat: none;*/
    /*background-position: center center;*/
    /*min-height: 400px ;*/
    /*background-size: cover;*/
}


/*PRODUCTOS*/

.productos .card {
    border: 1px;
    border-color: #000000;
}

.productos .card a {
    color: #000;
}

.productos .card a:hover {
    text-decoration: none;
}

.productos .card h3 {
    color: #42AC00;
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
}

.productos .card p {
    color: #000;
    font-size: .8rem;
}

.productos .card ul {
    color: #000;
    font-size: .8rem;
    font-weight: 300;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

.copyright {
    color: #979797;
    font-size: .8rem;
}

.hero {
    position: relative;
}

.hero h2 {
    position: absolute;
    bottom: 2rem;
    right: 0;
    background-color: rgba(66, 172, 0, 0.5);
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #ffffff;
    font-size: 1.8rem;
}

.contenido-principal p {
    font-size: 1rem;
    line-height: 1.3rem;
    font-family: 'Lato', sans-serif;
    text-align: justify;
}


/****************************ESTILOS PARA VENTANA MODAL PRODUCTOS********************************/

.modal-body h4 {
    color: #42AC00;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.modal-body li {
    color: #000;
    font-size: .8rem;
    text-indent: 30px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.modal-body img {
    text-align: center;
    display: block;
    margin: auto;
}

.card {
    background-color: #f9fdef;
}

aside {
    background-color: #0d4141;
    color: #ffffff;
}


/*acordion servicios*/

#servicios .card-header {
    background-color: #42AC00;
    padding: 0rem 1rem;
}

#servicios .card-header .btn-link {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}


/*contacto*/

.formulario-contacto {
    border: 2px solid #9a9a9a;
}


/*mapa google */

iframe {
    height: 500px;
}


/* Animaciones */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* @keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
} */

.fadeIn {
    animation-name: fadeIn;
}


/*productos*/


/*@media (min-width: 576px){*/


/*.card-columns {*/


/*-webkit-column-count: 2;*/


/*-moz-column-count: 2;*/


/*column-count: 2;*/


/*-webkit-column-gap: 1.25rem;*/


/*-moz-column-gap: 1.25rem;*/


/*column-gap: 1.25rem;*/


/*}*/


/*}*/


/*@media (min-width: 768px) {*/


/*@media (min-width: 768px) {*/


/*.card-columns {*/


/*-webkit-column-count: 3;*/


/*-moz-column-count: 3;*/


/*column-count: 3;*/


/*}*/


/*}*/