/************************       FONTS     *****************************************/

/*FONT Roboto*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*FONT Roboto Condensed*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/************************       FINISH FONTS     *****************************************/

/* Estilos del menú del encabezado*/



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
}


li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header{
    border-bottom: 1px solid #E2E8F0;
    line-height: 0;
    background-color: #f1f1f1;
}

h1 {
    color: #005a70 !important;
    font-size: 32px;
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
    font-weight: bold !important;
    
}

h3 {
    color: #005a70 !important;
    /*font-size: 32px;*/
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif !important;
}

p {
    font-size: 16px;
    color: #000000;
    font-family: 'Roboto', sans-serif !important;
}

.navbar1233 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
}

.hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }



.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}
.content-nav-menu {
    position: absolute; /*Este lo cambie de fixed a absolute*/
    left: -100%;
    top: 6rem;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border-radius: 0px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    height: 1000px;
    top: 6rem;
    text-align: center;
}
.nav-menu {
    background-color: #fff;
    width: 50%;
    border-radius: 0px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    height: 768px;
    margin: 15% 25% 40%;
    height: 45%;
    align-items: center;
    display: inline-table;
    /*position: fixed;*/
    
    display: grid;
    }

.content-nav-menu.active {
        left: 0;
    }

/*
.nav-menu.active {
        left: 0;
    }
*/
.nav-item {
        margin: 2.5rem 0;
    }

.nav-link{
    /*font-size: 1.6rem;*/
    font-size: 25px;
    font-weight: bold;
    color: #475569;
}

.menu .nav-link:hover{
    color: #de4f76 !important;
}

.nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
}



.menuestatico {
    display: block;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2);
    max-width: 100%;
    width: 100%;
}


.menuestatico .nav-link {
    color: #005A70;
}

.menuestatico .hamburger .bar{
    background-color: #fff;
}


.menuflotante {
    display: block;
    position: fixed;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    max-width: 100%;
    width: 100%;
    
}


.menuflotante .nav-link {
    color: #005A70 !important;
}

.menu-principal {
    background: rgba(255, 255, 255, 1);
    
}




/*Fin de los estilos del encabezado*/

/*Estilos del VIDEO del encabezado*/

#myVideo {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
    z-index: 990;
}

controls {
    background-color: red;
}


/* Fin estilos VIDEO*/

/* Estilos submenú */

.nav-menu > li {
				float:left;
                width: 100%;
			}
			
.nav-menu li a {
				text-decoration:none;
				/*padding:10px 12px; */
				display:block;
			}


.menuestatico li a {
				color: #005A70;
                font-weight: bold;
			}

.menuflotante li a {
				color: #005A70;
			}
			
.nav-menu li a:hover {
    color: #de4f76 !important;
			}

.nav-menu li ul {
				/*display:none;*/
                display:block;
				/*position:relative;*/
				/*min-width:140px;*/
                width: 100%;
			}
/*
.nav-menu li:hover > ul {
				display:block;
			}
*/
.nav-menu li ul li {
				position:relative;
                top: 26px;
			}

.nav-menu li ul li a {
				text-decoration:none;
				padding:10px 12px;
				display:block;
                font-size: 16px;
			}

.menuestatico .nav-menu li ul li a {
				/*background: rgba(0, 0, 0, 0.2);*/
                background-color: #fff;
				color:#000;
                font-weight: normal;
                
			}

.menuflotante .nav-menu li ul li a {
				background: rgba(255, 255, 255, 1);
				color: #005A70;
			}

.nav-menu li ul li a:hover {
                color: #de4f76;
				
			}

/*fin estilos SUB MENU */


/*Estilos flecha hacia abajo menu principal*/


.nav-link-d{
    font-size: 25px;
    font-weight: 400;
    color: #475569;
}

.nav-link-d:hover{
    color: #de4f76;
}

.nav-link-d::after{
    content: "\25BC";
}

/* Fin estilos flecha*/


/* Menu REDES SOCIALES*/


.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	right: 0; 
	top: 300px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; 
}

.social ul {
    list-style: none;
    background-color: #00BABC;
    border-radius:10px 0px 0px 10px;;
	}

.social ul li a {
		display: inline-block;
		color:#fff;
		padding: 20px 15px;
		text-decoration: none;
	}

.social ul li a img {
    
}


.social ul li a:hover {
		background: #005A70; /* Cambiamos el fondo cuando el usuario pase el mouse */
}

.social ul li a.icon-twitter:hover {
    border-radius:10px 0px 0px 0px;;
}

.social ul li a.icon-in:hover {
    border-radius: 10px 0px 0px 10px;;
}

/* Fin estilos redes sociales*/


.content{
    overflow: hidden !important;
    
   /* margin: 100px 80px;*/
    /*
    background-color: #ececec;*/
    /*background-image: url(img/fondo-nube-07c.jpg);
    background-repeat: repeat-y;*/
    /*height: 4300px; el de antes*/
    
}


/* Servicios */

.servicios {
   /* background-color: #ececec; */
   background-image: url(img/mancha-gris.svg);
    background-size: cover;
    background-position: 70%;
    width: 100%;
    height: 1000px;
    overflow: hidden !important;
    -webkit-perspective: 1000;
    perspective: 1000;
    /*display: block;
    width: 100%;
    float: left;
    padding-bottom: 100px;
    padding-left: 8%;
    padding-right: 8%;*/
}

.slide-s {
    /*width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;*/
    /*display: table;*/
    width: 400%; /* to contain 4 panels, each with 100% of window width */
   
}

.slide {
    width: 25%;
    float: left;
}

.titulo-s {
    color: ##005a70 !important;
    margin: 100px auto 50px;
    /*max-width: 100%;*/
}

.bloque01-s, .bloque02-s {
    width: 50%;
    float: left;
    
}

.bloque02-s {
   /* padding: 120px 85px 0px 50px;*/
    padding: 120px 130px 0px 70px;
}

.bloque02-s h3{
    text-align: center;
    margin: 0 0 30px;
}

.bloque02-s p{
    text-align: center;
}

.circulo-s {
    width: 460px;
    height: 460px;
    margin: 0 auto;
    display: block;
}

.servicios p {
    color: #000000;
}


.fila {
    width: 100%;
    display: inline-block;
    border-style: none none solid none;
    border-color: #cfcfcf;
    border-width: 1px;
    padding: 30px 0;
}

.fila .box-img {
    width: 25%;
    float: left;
    text-align: right;
    
}

.fila .box-text {
    width: 75%;
    float: left;
    padding: 0 20px;
}

.fila .box-img img{
    width: 100%;
    height: auto;
    padding-top: 24px;
    max-width: 200px;
}


/* fin estilos Servicios */

/* estilos NOSOTROS */


.txt-nosotros {
    color: #005a70;
}






.nosotros-nb{
    /*
    text-align: center;
    padding: 0 8%;
    display: inline-block;
    padding-bottom: 100px;*/
    
    
    /**/
    width: 100%;
    height: 800px;
    overflow: hidden !important;
    -webkit-perspective: 1000;
    perspective: 1000;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
}

.primera-parte {
    background-color: #f1f1f1;
    width: 100%;
    height: 300px;
    background-image: url(img/mancha-nube-01.svg);
    background-size: 63%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 60px 0;
    overflow: hidden !important;
    /*
    background-image: url(img/mancha-gris-grande-05.svg);
    background-size: cover;
    background-position:100%;
    width: 100%;
    height: 400px;
    perspective: 1000;*/
}

.segunda-parte {
    background-image: url(img/pleca-gris-02-01.svg);
    background-size: cover;
    background-position: 0%;
    width: 100%;
    height: 400px;
    overflow: hidden !important;
}

.active-01 {
    opacity: 1 !important;
    /*
    color: #de4f76 !important;
    transform: scale(1.5);
    transition-property: scale;
    */
}

.nosotros-nb p{
    
    
    font-size: 22px;
}



.bloque-01, .bloque-02 {
    display: block;
    float: left;
}
/*
.bloque-01 {
    width: 40%; 
    text-align: right;
    padding: 35px 10px 100px 10px;
}
*/
.bloque-02 {
    /*width: 60%;
    padding: 35px 10% 100px 5%;*/
    width: 100%;
    
}

.bloque-02 p {
    padding: 20px 40px;
    font-size: 20px;
    text-align: center;
}

.bloque-01 img{
    width: 250px;
    height: auto;
}

.titulo-nosotros{
    }

.strong-nosotros {
    color: #de4f76;
    font-size: 22px;
}

.bloque-movil {
    display: none;
}

.buttonPlay {
    cursor: pointer;
}
.content-botones {
    width: 300%; /* to contain 4 panels, each with 100% of window width */
   
}

.button-content {
    width: 33%;
    float: left;

}
.content-b-img {
    width: 100%;
}

.content-botones img {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
}

#v1, #v2, #v3, #v4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1024px;
  max-width: 78% !important;
  z-index: 100004;
  display: none;
}

#vidBox, #vidBox2, #vidBox3, #vidBox4 {
  background: rgb(23, 33, 42);
  z-index: 100000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.98;
  max-width: 100%;
  max-height: 100%;
  display: none;
}

#closer_video {
    font-size: 32px;
    /*padding: auto;*/
    cursor: pointer;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 100024;
    position: absolute;
    top: 0;
    right: 8%;
}


.video {
    width: 576px;
    max-width: 100%;
    height: auto;
}

.titulo-integracion{
    width: 100%;
    text-align: center;
    padding: 50px 0 0;
    /*
    background-image: url(img/mancha-gris-delgada-turquesa.svg);
    background-size: cover;
    background-position: 70%;*/
}

.integracion {
    margin: 0 auto 40px;
}


.bloque-01-btn, .bloque-02-btn{
    float: left;
    width: 50%;
    
}

.bloque-01-btn{
    text-align: right;
}

.bloque-02-btn{
    text-align: left;
    padding: 0 50px;
}

.txt-btn {
    margin: 70px 0;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: bold;
    /*text-align: left !important;*/
}

.txt-h {
    color:#038182;
}

.txt-r {
    color:#013845;
}

.txt-b {
    color:#9a0a32;
}

/* fin NOSOTROS */



/* Filosofía */

.bloque-01 ul {
    padding: 20px 40px;
    font-size: 16px;
    
}
/*
.bloque-01-f, .bloque-02-f{
    width: 50%;
    float: left;
    padding: 20px 40px;
}*/

.bloque-01-f {
    width: 100%;
    padding: 20px 40px;
}
/*
.bloque-02-f{
    text-align: center;
}
*/

.bloque-iconos-f{
    width: 100%;
    padding: 0 10%;

}

.bloque-icono-f {
    width: 33%;
    float: left;
    text-align: center;
}

.bloque-icono-f img {
    width: 180px;
    height: auto;
    
}

.txt-f {
    text-transform: uppercase;
    font-weight: 900;
    color: #005a70 !important;
    padding: 20px 0;
}



.filosofia {
    display: inline-block;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 100px;
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
    position: relative;
    left: -1200px;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
    transition-property: left;
    overflow: hidden !important;
    
   
}

.active-02 {
    opacity: 1 !important;
    left: 0 !important;
}

.h1-filosofia {
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 50px;
}

.p-filosofia{
    margin: 0 0 30px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
}

.bloque-02-f img{
    width: 300px;
    height: auto;
    cursor: pointer;
}

.boton-ver-video {
    color: #ffffff;
    background-color: #de4f76;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 35px;
    display: inline-block;
    cursor: pointer;
    margin-top: 50px;
}

.boton-ver-video:hover {
    background-color: #00BABC;
    color: #ffffff;
    text-decoration: none;
}



/* Por qué Nube*/

.porque-nube {
    display: inline-block;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 100px;
    padding-top: 80px;
    position: relative;
    left: 1200px;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
    transition-property: left;
}

.active-03 {
    opacity: 1 !important;
    left: 0 !important;
}

.bloque-01-p, .bloque-02-p{
    width: 50%;
    float: left;
    padding: 20px 40px;
}

.bloque-01-p {
    text-align: center;
}

.bloque-01-p img{
    width: 300px;
    height: auto;
}

.h1-porque-nube {
    text-align: center;
    margin-bottom: 50px;
    
}

.certificaciones {
    padding-top: 50px;
    text-align: center;
    width: 100%;
}

.content-certificacion {
    width: 25%;
    float: left;
}

.content-certificacion img {
    width: 200px;
    max-width: 85%;
}

.n-magenta {
    color:#de4f76;
    font-size: 22px;
}
.n-turquesa {
    color:#005a70 ;
    font-size: 20px;
}


/* FIN Por qué Nube*/


/* Estilos para slider */



.row {
	/*	background-color: #ececec; */
		padding: 2% 0;
        margin-right: 0px !important;
        margin-left: 0px !important;
	}



.clientes {
    display: inline-block;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 100px;
    font-family: 'Roboto', sans-serif !important;
    position: relative;
    left: -1200px;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
    transition-property: left;
   
}

.active-04 {
    opacity: 1 !important;
    left: 0 !important;
}



.clientes p {
    text-align: center;
    padding-bottom: 70px;
}

.titulo-clientes {
    margin: 100px 0px 50px;
}

.container {
    max-width: 100%;
}

/* final estilos slider */

/* Nuestro legado*/


.legado {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
    background-color: #ececec;
    padding-top: 100px;
    
}

/* Fin nuestro legado*/





/* Estilos formulario*/

.bloque-A, .bloque-B {
    display: block;
    padding: 35px 10px;
    float: left;
    height: 500px;
    width: 40%;
}

.bloque-A {
    margin-left: 8%;
    margin-right: 2%;
}

.bloque-B {
    margin-left: 2%;
    margin-right: 8%;
    
}



label {
    Color: #000000;
    font-size: 16px;
    font-weight: 400 !important;
}

.contacto input, .contacto select {
    margin: 5px 0 20px;
    width: 400px;
    max-width: 100%;
    height: 30px;
    background-color: #e4e4e4;
    border: none;
    color: #7e7e7e;
}

.contacto select {
   color: #5e5e5e;
}

select option {
    font-family: 'Roboto', sans-serif !important;
    font-variant: normal !important;

    font-variant-alternates: normal !important;
}

#msg {
    width: 400px;
    height: 100px;
    max-width: 100%;
    background-color: #e4e4e4;
    border: none;
    color: #7e7e7e;
}

textarea {
        resize: none;
}

button {
    background-color: #de4f76;
    color: #ffffff !important;
    width: 100px;
    height: 52px;
    border-radius: 10px;
    font-size: 18px !important;
    font-weight: 600;
    border-style: none;
}

button:hover {
    background-color: #00BABC;
    color: #ffffff !important;
    width: 100px;
    height: 52px;
    border-radius: 10px;
}

.button {
    padding-top: 20px;
}

.titulo-contacto{
    margin-bottom: 40px;
}

.contacto{
    width: 100%;
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
    display: inline-block;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 80px;
}

.active-05 {
    opacity: 1 !important;
}



.img-contacto {
    width: auto !important;
    height: 145px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0 0 30px !important;
    
}
.icono-contacto {
    width: 25px !important;
    display: block;
    float: left;
    margin: 0 !important;
}
.bloque-01 .telefono, .bloque-01 .correo, .bloque-01 .direccion, .bloque-01 .redes-footer {
    padding: 0 0 0 160px;
}

.txt-contact-1 {
    display: block;
    float: left;
    padding-left: 15px;
    margin: 0;
    text-align: left !important;
    font-size: 16px;
}


.txt-contact-1 strong {
    color: #005a70;
}


.contacto .bloque-A {
    background-color: #e4e4e4;
}
/*Fin estilos FORMULARIO */

/*Footer */


.footer-01 {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
    background-color: #005A70;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.footer-01 a, .footer-01 p {
    color: #fff;
}

.footer-01 a:hover {
    color: #DE4F76;
}

.footer-01 a p:hover {
    color: #DE4F76;
}


.footer-p {
    width: 100%;
    max-width: 100%;
    padding: 50px 0 10px;
}

.footer-contact, .footer-social {
    display: block;
    width: 50%;
    max-width: 50%;
    float: left;
    text-align: left;
    padding: 0 80px;
}

.titulo-footer {
    font-weight: bold;
    font-size: 16px;
    width: 100%;
}

.telefono, .correo, .direccion, .redes-footer {
    width: 100%;
    display: block;
    float: left;
    padding: 0 0 10px;
}

.icono-footer {
    width: 25px;
    display: block;
    float: left;
}

.redes-footer a {
    font-size: 16px;
}

.redes-footer {
    
}


.footer-social .txt-a {
    display: block;
    float: left;
    padding-left: 15px;
    margin: 0;
}

.footer-contact .txt-contact {
    display: block;
    float: left;
    padding-left: 15px;
    margin: 0;
}

.footer-ap {
    padding: 70px 0px 30px;
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
}

.footer-copy {
    padding: 20px 0px;
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    background-color: #003d4d;
    
    
}

.footer-copy p {
    font-size: 12px;
}


/* -----PARA CELULAR--------- */


@media screen and (max-width: 600px){
    
    /* MENU HAMBURGUESA*/
    .menuestatico .hamburger .bar{
        background-color: #000;
}
    .content-nav-menu {
        height: 800px;
    }
    
    /*NUESTROS servicios*/
    .fila .box-img {
        width: 100%;
    }
    
    .fila .box-text {
        width: 100%;
        text-align: center;
    }
    
    .filosofia {
        text-align: center;
    }
    .h1-filosofia{
        text-align: center;  
    }
    
    .porque-nube{
        text-align: center;
    }
    
    .porque-nube h1{
        text-align: center;
    }
    
    .content-certificacion {
          width: 50%;
    }
    
    .bloque-A, .bloque-B {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }
    
    .bloque-A p {
        padding: 0;
    }
    
    /* footer telefono*/
    .bloque-01 .telefono, .bloque-01 .correo, .bloque-01 .direccion, .bloque-01 .redes-footer {
        padding: 0;
    }
    .content {
        /*height: 6300px !important;*/
    }
    
    .footer-contact, .footer-social {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0 10px;
    }
    
    .titulo-footer {
        margin-bottom: 20px;
    }
    
    .footer-contact {
        margin-bottom: 40px;
    }
    
    
    .telefono, .correo, .direccion {
        padding: 0 20px 10px 35px;
    }
    .redes-footer {
        padding: 0 35px 10px;
    }
    
    .content {
    overflow-x: hidden !important; 
    margin: 0;
    }
    
    /******* SOBRE NUBE *********/
    .primera-parte {
        padding: 20px 0;
    }
    
    .nosotros-nb p {
        font-size: 16px !important;
    }
    
    .nosotros-nb p br {
        display: none;
    }
    
    .strong-nosotros {
        font-size: 18px;
    }
    
    .titulo-integracion {
        padding: 20px 0 0;
    }
    
    .bloque-icono-f img {
        width: 85px;
    }
    
    .txt-f {
        font-size: 16px;
    }
    
    .bloque-iconos-f {
        padding: 0;
    }

    
}






@media screen and (max-width: 768px){
    
    h1 {
        font-size: 28px !important;
    }
    
    h3 {
        font-size: 22px !important;
    }
    .social {
        display: none;
    }
    
    .veeva {
    }
    
    
    .nosotros-nb p {
        padding: 0px 10px 10px;
        text-align: center;
        font-size: 18px;
    }
    
    
    
    
    .button-nb {
        max-width: 100%;
        float: none;
    }
    
    .bloque-01, .bloque-02 {
        
        width: 100%;
        max-width: 100%;
        padding: 20px 15px;
        height: auto;
    }
    
    .bloque-01 {
        text-align: center;
    }
    
    .bloque-01 img {
        width: 220px;
        height: auto;
    }
    
    .bloque-01-btn {
        width: 100%;
        text-align: center;
    }
    
    .bloque-02-btn {
        display: none;
    }
    
    .buttonPlay{
        width: 200px !important;
        height: auto;
    }
    
    .bloque-02 video {
        padding-left: 0px;
    }
    
    .bloque-movil {
        display: block;
    }
    
    .bloque-desktop {
        display: none;
    }
    
    .bloque-01 ul {
        padding: 20px 15px;
        font-size: 16px;
    }
    
    .clientes {
        padding-bottom: 80px;
    }
    
    .columna-01, .columna-02 {
        width: 100%;
        max-width: 100%;
    }
    
    .columna-01 {
        padding: 50px 10px 0;
    }
    
    .columna-02 {
        padding: 0px 10px;
    }
    
    .slide-s {
        
    }
    .titulo-s {
        margin: 50px 0;
        
    }
    
    .bloque01-s{
       /* width: 40%;*/
        width: 100%;
    }
    
    .bloque02-s{
        /*width: 60%;*/
        width: 100%;
        padding: 0 20px;
    }
    
    .bloque02-s h3{
        font-size: 22px;
        margin: 50px 0;
    }
    
    
    .servicio {
        margin-bottom: 50px;
        padding: 0 10px;
        height: auto;
    }
    
    .servicios p {
        font-size: 15px;
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto 30px;
        padding: 0;
    }
    
    .servicios img {
        width: 200px;
        height: auto;
        display: block;
        margin: 0 auto 10px;
        float: none;
    }
    
    .servicios ul {
        width: 100%;
        text-align: center;
    }
    
    .servicios li {
        padding: 0px;
    }
    
    .servicios {
        /*padding-bottom: 80px;*/
        height: 700px;/*antes 680*/
        /*width: 100%;*/
    }
    
    .titulo-nosotros{
        margin-top: 50px;
        margin-bottom: 20px;
    }
    
    .content {
        /*height: 6900px;*/
    }
    
    .menuestatico {
        display: block;
        position: inherit !important;
        z-index: 999;
        background: rgba(256, 256, 256, 1) !important;
        max-width: 100%;
        width: 100%;
        
    }
    
    .menuestatico .nav-link, .menuestatico .nav-link-d {
        color: #475569 !important;
        font-weight: normal;
    }
    
    .integracion {
        padding: 0 15px;
        margin: 0 auto 30px;
    }
    
    .bloque-01-f, .bloque-02-f {
        width: 100%;
    }
    
    .bloque-02-f {
        padding: 20px 15px;
        text-align: center;
    }
    
    .bloque-02-f img{
        width: 250px;
        height: auto;
    
    }
    
    .bloque-01-p, .bloque-02-p{
        width: 100%;
    }
    
    .bloque-01-p {
        padding: 20px 15px;
        text-align: center;
    }
    
    .bloque-01-p img{
        width: 250px;
        height: auto;
    
    }
    
    .primera-parte {
        background-position: center;
        background-size: 130%;
    }
    

}










@media screen and (min-width: 601px) and (max-width: 768px){
    
    
    .content {
    margin: 50px 50px;
    }
}


@media screen and (min-width: 769px) and (max-width: 1024px){
    .social {
        display: none;
    }
    
    .content {
   /* margin: 50px 50px;*/
    }
}


@media screen and (max-width: 1024px){
    .button-nb {
        display: block;
    }
    
    .content {
    overflow-x: hidden !important; 
    }
    
}

@media screen and (min-width: 1500px) {
    .primera-parte {
        background-size: 58%;
    }
}




