@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Poppins;
    src: url("../Fonts/Poppins-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: Poppins;
    src: url("../Fonts/Poppins-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: Poppins;
    src: url("../Fonts/Poppins-Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: Gloria;
    src: url("../Fonts/GloriaHallelujah-Regular.ttf");
    font-weight: 400;
}
.nos-collapsew:not(.collapsed) p::after {
    content: " - ";
    font-size: 30px;
    color:white;
    vertical-align: middle;
}
.nos-collapsew p::after {
    content: " + ";
    font-size: 30px;
    color: white;
    vertical-align: middle;
}
a:hover{
    text-decoration: none;
    filter: brightness(0.9);
}
a:focus{
    text-decoration: none;
}



.container{
    padding: 0px;
    max-width: 1320px;
    width: 100%;
}
.nos-container-pad{
    padding: 0px;
}

p{
    margin: 0px;
}
.nos-flex-container {
  display: flex;
  flex-wrap: wrap;
}
.nos-imagen-fondo{
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0px;
}
.nos-imagen-fondo-2{
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 20px;
}
.nos-texto-center-1{
    position: absolute;
    top: 15%;
    padding-right: 60px;
    margin-left: 100px;
    color: white;
}

h2{
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;  
}

.nos-subtit{
    font-family: Poppins;
    font-size: 21px;
}
.nos-subtitg{
    font-family: Gloria;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.nos-marg-1{
    padding: 0px 30px;
}

.nos-nuestro-prop{
    text-align: left;
    align-self: center;
    padding: 60px;
}
.nos-texto-center-2{
    position: absolute;
    top: 25%;
    color: white;
}
.nos-absol-1{
    position: absolute;
    top:36%;
    left: 60%;
    font-family: Poppins;
    font-size: 21px;
    width: 200px;
}
.nos-absol-2{
    position: absolute;
    top:36%;
    left: 53%;
    font-family: Poppins;
    font-size: 21px;
    width: 195px;
}
.nos-absol-3{
    position: absolute;
    top:18%;
    left: 9%;
    font-family: Poppins;
    font-size: 21px;
    width: 226px;
}
.nos-absol-4{
    position: absolute;
    top:21%;
    left: 9%;
    font-family: Poppins;
    font-size: 21px;
    width: 200px;
}
.nos-flex-prop{
    display: flex;
}
.nos-mis-vis{
    padding: 0px 70px;
}
.nos-color-blue{
    color: #2EB0F7;
    text-align: center;
}
.nos-color-blue-osc{
    color: #297DDB;
    text-align: center;
}
.nos-color-bn{
    color: #0D2947;
    text-align: center;
}
.nos-color-yellow{
    color: #F7CF1C;
    text-align: center;
}
.nos-color-aguam{
    color: #00CDCC;
    text-align: center;
}
.nos-color-mora{
    color: #B000ED;
    text-align: center;
}
.nos-color-naranja{
    color: #E28B00;
    text-align: center;
}
.nos-serv-bot:hover{
    box-shadow: 0px 0px 15px 5px #88888863;
    border-radius: 30px;
}

.nos-hist-back{
    background-color: #0D2947;
    padding: 0px;
}
.nos-equip-back{
    background-color: #297DDB;
    padding: 0px 0px 40px 0px;
}
.nos-de-back{
    background-color: #2EB0F7;
    padding: 0px 0px 40px 0px;
}
.nos-dp-back{
    background-color: #00CDCC;
    padding:  0px 0px 40px 0px;
}
.nos-dd-back{
    background-color: #0D2947;
    padding: 0px 0px 40px 0px;
}
.nos-dc-back{
    background-color: #B000ED;
    padding: 0px 0px 40px 0px;
}
.nos-dco-back{
    background-color: #ED0073;
    padding: 0px 0px 40px 0px;
}
.nos-df-back{
    background-color: #FCA300;
    padding: 0px 0px 40px 0px;
}
.nos-imp-back{
    margin-bottom: 50px;
    padding: 0px;
}
.nos-fecha{
    font-family: Poppins;
    font-size: 80px;
    font-weight: 700;
}
.nos-color-white{
    color: white;
}
.nos-color-red{
    color: #ED0073;
    text-align: center;
}
.nos-color-green{
    color: #8CD636;
}
.nos-circulo{
background-color: #F7CF1C;
width: 30px;
height: 30px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(calc(-50% - 2px), -50%);
}
.nos-linea-izq{
    align-self: center;
    border-right: dashed #F7CF1C 3px;
}
.nos-linea-der{
    align-self: center;
    border-left: dashed #F7CF1C 3px;
    margin: -3px;
}
.nos-size-img{
    margin: 45px;
    max-height: 200px;
}
.clear {
    clear: both;
}
.nos-pad{
    padding: 30px;
    align-self: center;
}
.nos-mar-top{
    max-width: 102%;
}
.nos-relat{
    position: relative;
}
.nos-pad-equip{
    padding: 0px 200px 20px 200px;
}
.nos-t-nom{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 15px;
}
.nos-t-car{
    font-family: Poppins;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 20px;
}
.nos-t-des{
    font-family: Poppins;
    font-size: 13px;
    padding: 0px 20px;
}
.img-responsive{
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 992px) and (max-width: 1199px) {
.nos-texto-center-2{
    top: 23%!important;
}
.nos-marg-1{
    padding: 0px!important;
}
.nos-texto-center-1{
    position:absolute;
}
.nos-absol-1{
    position: absolute;
    top:38%;
    left: 61%;
    font-family: Poppins;
    font-size: 17px;
    width: 157px;
}
.nos-absol-2{
    position: absolute;
    top:34%;
    left: 51%;
    font-family: Poppins;
    font-size: 17px;
    width: 157px;
}
.nos-absol-3{
    position: absolute;
    top: 13%;
    left: 11%;
    font-family: Poppins;
    font-size: 17px;
    width: 156px;
}
.nos-absol-4{
    position: absolute;
    top:20%;
    left: 8%;
    font-family: Poppins;
    font-size: 17px;
    width: 180px;
}
.nos-subtitg{
    font-family: Gloria;
    font-size: 2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

}



@media (max-width:991px) {
img.nos-img-desktop {
display: none;
}
img.nos-img-mobile {
display: block!important;
}
.nos-texto-center-1{
    position: inherit;
    padding: 0px 40px;
    margin: -1px;
    color: white;
    background-color: #8CD636;
}
h2{
    margin: 0px;
}
.nos-flex-prop{
    flex-direction: column-reverse;
    margin-top: 0px!important;
}
.nos-nuestro-prop{
    text-align: center;
    padding: 20px;
}
.nos-mis-vis{
    padding:0px;
    position: relative;
}
.nos-texto-center-2{
    position: inherit;
}
.nos-texto-center-3{
    margin: -1px;
    position: inherit;
    background-color: #61B82E;
    padding-bottom: 20px;
}
.nos-texto-center-4{
    margin: -1px;
    position: inherit;
    background-color: #61B82E;
}
.nos-mg-tp{
    margin-top: -2vh;
}
.nos-flex-mob{
     flex-direction: column;
}
.nos-flex-mob-inv{
     flex-direction: column-reverse;
}
.nos-size-img{
    margin: 0px;
    max-height: 150px;
}
.nos-circulo{
top: 50%;
left: 0%;
transform: translate(calc(-50% - 2px), -50%);      
}
.nos-linea-izq{
    border-right:none;
}
.nos-linea-der{
    border-left:none;
}
.nos-linea-mob{
    margin-left: 40px;
    border-left: dashed #F7CF1C 3px;
    padding-bottom: 80px;
}
.nos-pad{
    padding-bottom: 0px;
}
.nos-mar-top{
    margin-top: -60px;
    margin-left: 1px;
}
.nos-correct-px{
background-color: white;
    margin-top: -1px;
}
.nos-absol-1{
    position: absolute;
    top:32%;
    left: 62%;
    font-family: Poppins;
    font-size: 4vw;
    width: 30%;
}
.nos-absol-2{
    position: absolute;
    top: 16%;
    left: 53%;
    font-family: Poppins;
    font-size: 4vw;
    width: 30%;
}
.nos-absol-3{
    position: absolute;
    top:15%;
    left: 8%;
    font-family: Poppins;
    font-size: 3.4vw;
    width: 36%;
}
.nos-absol-4{
    position: absolute;
    top:12%;
    left: 11%;
    font-family: Poppins;
    font-size: 4vw;
    width: 30%;
}
.nos-pad-equip{
    padding: 0px 50px 20px 50px;
}
    
.nos-imagen-fondo-2{
    padding: 0px!important;
} 
.nos-pad-mob p{
    padding: 0px 27px 0px 40px;
}
.nos-equip-back{
    background-color: #297DDB;
    padding: 0px 0px 5px 0px;
    margin-top:-1px;
    margin-bottom:-1px;
}
.nos-de-back{
    background-color: #2EB0F7;
    padding: 0px 0px 5px 0px;
    margin-top:-1px;
    margin-bottom:-1px;
}
.nos-dp-back{
    background-color: #00CDCC;
    padding:  0px 0px 5px 0px;
    margin-top:-1px;
    margin-bottom:-1px;
}
.nos-dd-back{
    background-color: #0D2947;
    padding: 0px 0px 5px 0px;
    margin-top:-1px;
    margin-bottom:-2px;
}
.nos-dc-back{
    background-color: #B000ED;
    padding: 0px 0px 5px 0px;
    margin-top:-1px;
    margin-bottom:-1px;
}
.nos-dco-back{
    background-color: #ED0073;
    padding: 0px 0px 5px 0px;
    margin-top:-1px;
    margin-bottom:-1px;
}
.nos-df-back{
    background-color: #FCA300;
    padding: 0px 0px 5px 0px;
    margin-top:-1px;
    margin-bottom:-1px;
}
.nos-imp-back{
    margin-bottom: 50px;
    padding: 0px;
}
.nos-container-pad img{
    margin-right: auto;
    margin-left: auto;
}
.nos-subtitg{
    font-family: Gloria;
    font-size: 3.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}
    .nos-cent{
        margin-left: auto;
        margin-right: auto;
        padding: 0px!important;
    }
    .nos-ftmx{
     font-size: 3vw!important;   
    }
}

@media (min-width: 764px) and (max-width: 991px) {
.nos-absol-1{
    top:29%;
    font-size: 4vw;
    width: 30%;
}
.nos-absol-2{
    top:15%;
    font-size: 4vw;
    width: 30%;
}
.nos-absol-3{
    top:16%;
    font-size: 3vw;
    width: 30%;
}
.nos-absol-4{
    top:12%;
    font-size: 4vw;
    width: 30%;
}
.nos-subtitg{
    font-family: Gloria;
    font-size: 3vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}
}








