html,
body {
    overflow-x: hidden;
}

/* fonts*/

/* fin fonts */
body {
    font-size: calc(15px + 0.390625vw) !important;
    position: relative;
    background-color: #f7f5f5;
}
.main {
    padding-top: 0px;
}
#header {
    height: 118px;
    background-color: #ffffff;
    padding-top: 65px;
    box-shadow: 0px 0px 4px 1px #00000047;
    position: relative;
    z-index: 5;
}

.packHogarTxt {
    padding-left: 20px;
    padding-bottom: 10px;
}

.planesBox {
    box-shadow: 0px 0px 4px 1px #00000047;
    padding: 20px;
    width: 80%;
    margin: auto;
}

.titServ {
    background-color: #ded69b;
    padding: 2px;
}

.infoSplitted {
    border-radius: 2%;
    background-color: #f3f3f396;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}

#colData {
    padding-left: 2%;
    padding-right: 2%;
    text-align: justify;
}

#infoCard {
    width: 90%;
    margin: auto;
    position: relative;
}

.halfshadow {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    -webkit-box-shadow: 0 4px 6px -6px black;
    -moz-box-shadow: 0 4px 6px -6px black;
    box-shadow: 0 4px 6px -6px black;
}

#list1:before {
    content: '+';
    font-weight: bold;
    margin-right: 4px;
    color: #009844;
}

#list1 {
    color: #009844;
}

.colorHelp {
    color: #009844;
}

.colorInfoHelp {
    width: 80%;
    color: white;
    background-color: #009844;
    padding-left: 10px;
    padding-right: 10px;
}

#txtServ {
    /*     padding-right: 125px; */
    text-align: justify;
}

#txtContacto {
    font-size: 18px;
}

#menuLeft {
    z-index: 10;
    padding-top: 40px;
    height: 100%;
    width: 0%;
    transition: width 0.5s;
    -moz-transition: width 0.5s; /* Firefox 4 */
    -webkit-transition: width 0.5s; /* Safari and Chrome */
    -o-transition: width 0.5s; /* Opera */
    position: fixed;
    background-color: white;
    z-index: 10;
}

.menuLeftHr {
    margin: 7px !important;
    background-color: #808080c7 !important;
}

#menuLeftInner {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    padding: 20px;
}

#menuIcon {
    margin-top: -12px;
    position: absolute;
    padding-top: 3px;
    margin-right: 20px;
}

#menuDrop {
    width: 24px;
    padding: 1px;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-right: 13px;
    height: 22px;
    background-color: #2698451c;
    /* border-color: #26984533; */
    color: #269845;
    margin-top: -2px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;

    animation: color-me-in 3s infinite;
    border: 1px solid white;
    /* border-radius: 15%; */

    visibility: hidden;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}

#logoNavbar {
    visibility: hidden;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}

.planesNuevos {
    border: 1px solid #d2d2d2;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.contenidoPlanNuevo {
    padding: 10px;
}

.tituloPlanNuevo {
    height: 60px;
    background-color: #009844;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

@keyframes color-me-in {
    0% {
        border-left-color: rgba(0, 152, 68, 0.001);
    }
    25% {
        border-left-color: rgba(0, 152, 68, 0.3);
    }
    50% {
        border-top-color: rgba(0, 152, 68, 0.3);
    }
    75% {
        border-right-color: rgba(0, 152, 68, 0.3);
    }
    90% {
        border-bottom-color: rgba(0, 152, 68, 0.3);
    }
    100% {
        border-bottom-color: rgba(0, 152, 68, 0.001);
    }
}

#menu ul {
    cursor: pointer;
    width: 146px;
    text-align: center;
    color: black;
    font-size: 18px;
}

#menu li {
    cursor: pointer;
}

#navbar {
    width: 100%;
    height: 40px;
    background-color: #fffffff0;
    position: fixed;
    z-index: 100;
    box-shadow: 0px 0px 4px 1px #0000001f;
}

#navBorder {
    background: #00000030;
    width: 100%;
    height: 1px;
    position: fixed;
    z-index: 100;
    display: none;
}

#menuTop {
    width: 40px;
    float: left;
    color: white;
}

.dropdown {
    position: fixed !important;
}

#slide1Container {
    background-color: #099845f0;
}

#slide3Container {
    background-color: #099845f0;
}

.slideTxtContainer {
    background-color: #099845c2;
    border: 1px solid #ffffff57;
    border-radius: 15px;
    margin-right: 20px;
    width: 390px;
    height: 450px !important;
    /*     -webkit-box-shadow: 0px 5px 15px 5px #B8B8B8; 
    box-shadow: 0px 5px 15px 5px #B8B8B8; */
}
.slideTxtContainerTop {
    background-color: #099845;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 30px;
    width: 100%;
    display: none;
}

.slideTxtContainerBottom {
    background-color: #099845;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 30px;
    width: 100%;
    display: none;
}

.lineaSld {
    height: 2px;
    width: 100%;
    background-color: #ffffff9e;
    margin-top: 15px;
}

.slideContainer {
    margin-right: 25%;
    float: left;
    position: absolute;
    margin-top: 100px;
    margin-left: 2%;
}

.slideTxt {
    padding: 0px;
    max-height: 230px;
}

.navContactLink {
    display: flex;
}

a.navContactLink {
    text-decoration: none !important;
}

.navConctact {
    color: black;
    font-size: 12px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
}

.navConctactText {
    color: black;
    font-size: 12px;
    margin: 0px;
    padding-left: 8px;
}
.emergenciaText {
    color: white;
    font-size: 12px;
    margin-top: 1px;
    margin-left: 7px;
}

#emergenciaNav {
    background-color: #ff0000e0;
    border-radius: 6px;
    height: 17.5px;
    width: 115px;
    padding-left: 10px;
    margin-top: 3px;
    display: flex;
    box-shadow: 0 0 1px 1px white;
    overflow: hidden;
    margin-right: 4px;
}

.iconNav {
    margin: 2px;
    margin-top: 3.3px;
    color: white;
    font-size: 11px;
}

#logo {
    height: 43px;
    margin-top: -8px;
}

.topNavUp {
    transition: padding-top 0.2s;
    overflow: hidden;
    padding-top: 10px;
}

.topNavDown {
    transition: padding-top 0.2s;
    overflow: hidden;
    padding-top: 4px;
}

.HoverNavMinHeight {
    /*     -webkit-transition: 30px 1s;  
    -moz-transition: 30px 1s;  
    -ms-transition: 30px 1s;  
    -o-transition: 30px 1s;  */
    transition: max-height 0.2s;
    overflow: hidden;
    max-height: 30px;
}

.HoverNavMaxHeight {
    /*     -webkit-transition: 40px 1s;  
    -moz-transition: 40px 1s;  
    -ms-transition: 40px 1s;  
    -o-transition: 40px 1s;   */
    transition: max-height 0.2s;
    overflow: hidden;
    max-height: 40px;
}

#camion {
    border-radius: 5%;
}

#altura {
    height: 300px;
}
#forma1 {
    fill: #f7f5f5;
    margin-bottom: 10%;
}
.contraste {
    color: #0d5f41b3;
    margin-top: 3%;
}
.input-field > label {
    color: #0d5f41;
}
.sss {
    visibility: hidden;
    display: none;
}
.input-field input[type='text']:focus + label,
input[type='tel']:focus + label,
input[type='email']:focus + label,
.materialize-textarea:focus:not([readonly]) + label {
    color: #158f62 !important;
}
input:not([type]):focus:not([readonly]),
input[type='text']:not(.browser-default):focus:not([readonly]),
input[type='password']:not(.browser-default):focus:not([readonly]),
input[type='email']:not(.browser-default):focus:not([readonly]),
input[type='url']:not(.browser-default):focus:not([readonly]),
input[type='time']:not(.browser-default):focus:not([readonly]),
input[type='date']:not(.browser-default):focus:not([readonly]),
input[type='datetime']:not(.browser-default):focus:not([readonly]),
input[type='datetime-local']:not(.browser-default):focus:not([readonly]),
input[type='tel']:not(.browser-default):focus:not([readonly]),
input[type='number']:not(.browser-default):focus:not([readonly]),
input[type='search']:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #158f62;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#forma2 {
    fill: #ffffff;
    margin-bottom: -28px;
}

#curva {
    fill: #f7f5f5;
    bottom: -30px;
    width: 100%;
    position: absolute;
}

#slideSEC {
    background-color: #f7f5f5;
    z-index: 4;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.slider {
    background-color: #f7f5f5;
    border: 0;
}
.fondoHeader {
    background-color: #f7f5f5;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 0px !important;
    -webkit-box-shadow: 0 0 0px !important;
    box-shadow: 0 0 0px !important;
    border: 0px !important;
}
#imgDoc {
    float: right;
    width: 100%;
}

#btn-msg {
    background-color: #ffffff6b;
    width: 80%;
    margin: auto;
}

#btn-msg :hover {
    background-color: white;
}

#textoSld {
    color: #dcded7;
    width: 100%;
    text-align: center;
    font-size: 130%;
    padding-top: 10px;
}

#textoSld h2 {
    font-size: 160% !important;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0;
}

.textoSld2 {
    /*   background-color: #a5d1dc78; */
    padding: 15px;
    color: white;
    margin-top: 5px;
}

.emergenciaIndex {
    color: white;
    background-color: #b3072a;
    width: 110px !important;
    padding-left: 5px;
}

@media (min-width: 1441px) {
    #textoSld h2 {
        font-size: 200%;
    }
    .textoSld2 {
        font-size: 150%;
    }

    #slide1Container {
        width: 518px;
        height: 264px;
    }

    #txtServ {
        padding-right: 60px;
    }
    #menuDrop {
        margin-top: -13px;
    }

    #logoNavbar {
        margin-top: -4px;
    }

    .emergenciaIndex {
        width: 135px !important;
    }
}

@media (min-width: 993px) and (max-width: 1440px) {
    #textoSld h2 {
        font-size: 180%;
    }
    .textoSld2 {
        font-size: 105%;
    }

    #txtServ {
        padding-right: 70px;
    }
    .slideTxtContainer {
        width: 400px;
        height: 300px !important;
    }
    .emergenciaIndex {
        width: 125px;
    }
}

@media (min-width: 481px) and (max-width: 992px) {
    #acercaDe {
        width: 88px !important;
    }

    #header {
        height: 146px !important;
    }

    #menu {
        margin-top: 20px;
    }

    #menu ul {
        /*width: 96px;*/
        width: 54px;
        text-align: center;
        color: black;
        font-size: 12px;
        margin-right: 49px;
    }

    #imgContacto {
        text-align: center;
    }

    #menuDrop {
        visibility: visible;
    }

    #imgDoc {
        float: right;
        width: 100%;
    }

    #colLogo {
        text-align: center;
    }

    #txtServ {
        padding-right: 40px;
    }

    #Servicios_Destacados {
        padding-left: 40px;
    }

    .colorInfoHelp {
        width: 100% !important;
    }

    .bodyPadding {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 480px) {
    #colData {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header {
        height: 118px !important;
    }

    #imgContacto {
        text-align: center;
    }

    #menuDrop {
        visibility: visible;
    }

    #colLogo {
        text-align: center;
    }

    #imgDoc {
        float: right;
        width: 100%;
    }
    #imgBebe {
        float: right;
    }
    #curva {
        fill: #f7f5f5;
        bottom: -1px;
        width: 100%;
        position: absolute;
    }
    #txtServ {
        font-size: 16px !important;
        padding-right: 40px;
    }

    .colorInfoHelp {
        width: 100% !important;
    }

    .bodyPadding {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .emergenciaIndex {
        width: 125px;
    }
}
