/* CAMBIO DE COLOR POR SECCION*/
.panel {
  min-height: 95vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.panel-servicios{
  min-height: 60vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* COLORES */


.color-cservicios1{
  background-color: #d1212b;
}
.color-cservicios2{
    background-color: #383838;
}
  
.color-cservicios3{
  background-color: #b4992f;
}

.color-cservicios4{
  background-color: #eb6519;
}
.color-cservicios5{
  background-color: #1284bd;
}
.color-cservicios6{
  background-color: #1284be;
}

.color-fondo{
  background-color: #101111;
}


/* */

body {
    overflow-x: hidden;
    font-family: 'GT Walsheim Light', HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.4;
    background-color: #101111;
    color: #fff;
    transition: 1.5s all;
}

p{
    color:#ffffff;
}

/* SECCION TITULO */

section h2.section-heading {
    font-size: 40px;
    margin: 0px;
    padding-bottom: 40px;
    font-family: 'GT Walsheim Medium';
}


.boton-slider
{
    background-color: rgba(0,0,0,0);
    border: 2px solid #fff;
    color: #fff;
    font-family: 'GT Walsheim Medium';
    font-size: 16px;
    padding: 14px 20px;

}
.boton-slider:hover
{
    text-decoration: none;
    color: #c1e849;
}
.espacio {
    padding: 25px 0px 0px;
}
.btn-crear
{
    color: #96be16;
    border-color: #96be16;
    padding: 10px;
}


.btn {
    
    font-weight: 700
}

.btn-xl {
    font-size: 18px;
    padding: 14px 22px;
    border-radius: 8px;
}

.btn-primary {
    background-color: #7f9431;
    border-color: #7f9431
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #90b323 !important;
    border-color: #90b323 !important;
    color: #fff
}


.btn-primary:active,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5) !important;
    box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5) !important
}

::-moz-selection {
    background: #c1e849;
    text-shadow: none
}

::selection {
    background: #c1e849;
    text-shadow: none
}

img::-moz-selection {
    background: 0 0
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}


/* MENU */
#mainNav {
    background-color: #101111;
    padding: 1rem;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 14px;
    text-transform: uppercase;
    color: #101111;
    border: 0;
    background-color: #c1e849;
    font-family: 'GT Walsheim Medium', Helvetica Neue, Arial, sans-serif;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #c1e849
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'GT Walsheim Medium',Helvetica Neue, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #c1e849
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top .3s, padding-bottom .3s;
        transition: padding-top .3s, padding-bottom .3s;
        border: none;
        background-color: transparent
    }

    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 15px !important
    }

    #mainNav.navbar-shrink {
        padding-top: 5px;
        padding-bottom: 0;
        background-color: #101111
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0
    }
}

/* LOGO CREAR*/
.logocrear{
    width: 214px;
    height: 25px;
}

header {
  color: #fff;
  background-image: url("../img/banner_web.jpg");
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  position:relative;
  background-repeat: no-repeat;
}


header p{
    line-height: 1.4;
    margin: 0;
}


header.masthead .intro-text {
    padding-top: 230px;
}

header.masthead .intro-text .intro-lead-in {
    font-style: normal;
    line-height: 1;
    margin: 0 0 52px;
    font-family: 'GT Walsheim Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    margin-left: 185px !important;
}

header .btn-primary {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 20px;
    background-color: #7f9431;
    font-family: GT Walsheim Regular;
    letter-spacing: 1px;
  }
  header .btn-primary:hover, .btn-primary:active, .btn-primary:focus  {
    background: -moz-linear-gradient(-45deg, rgba(255,0,4,0.6) 0%, rgba(0,6,186,0.6) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,0,4,0.6) 0%,rgba(0,6,186,0.6) 100%);
    background: linear-gradient(135deg, rgba(255,0,4,0.6) 0%,rgba(0,6,186,0.6) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ff0004', endColorstr='#660006ba',GradientType=1 );
    border-color: transparent !important;
  }

  .parrafo-banner{
    font-size: 22px;
    margin-left: 185px;
}


@media (min-width:768px) {

    header.masthead .intro-text .intro-lead-in {
        font-size: 75px;
    }

    .cont-2{
        display: none;
    }
}

@media (min-width:600px){
    .contacto-ancho{
        width: 50%;
    }
}

@media (max-height: 767px){

    header.masthead .intro-text .intro-lead-in {
        font-size: 40px;
    }

    header.masthead .intro-text {
        padding-top: 200px;
    }

    header.masthead .intro-text .intro-lead-in {
        margin-left: 0px !important;
    }

    .parrafo-banner {
        font-size: 18px;
        margin-left: 0px !important;
    }
}



/* <!-- Servicios descripcion --> */

.descripcion
{
    padding: 60px 0 30px;
}

.descripcion p
{
    font-size: 18px;
    color: #c1c1c1;
}

.service-heading {
    text-transform: none;
    color:#ffffff;
    font-size: 22px;
    margin: 30px 0 15px;
    font-family: 'GT Walsheim Bold'
}


/* SERVICIOS - CREARPERU */
.servicios{
    padding: 60px 0;
}

.servicios h2{
    font-family: GT Walsheim Regular;
    font-size: 40px;
    padding-top: 30px;
    padding-bottom: 45px;
    text-transform: uppercase;
}

.zoom{
        display:block!important;
        -webkit-transition:-webkit-transform 1s ease-out;
        -moz-transition:-moz-transform 1s ease-out;
        -o-transition:-o-transform 1s ease-out;
        -ms-transition:-ms-transform 1s ease-out;
        transition:transform 0.5s ease-out;
}

.zoom:hover{
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.05)
}
.contenedor{
          overflow: hidden;
}
.img-servicios{
        width:528px;
}

/* SERVICIOS - CREARPERU */



/*<!-- CONTACTO  -->*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.contacto
{
    padding:50px 0;
}

.contacto img
{
    margin: 15px;
    width: 280px;
    height: auto;
}

.contacto h3
{
    color: #cfd1d1;
    margin: 0;
    line-height: 1;
    font-size: 26px;
}

section#contact .form-group {
    margin-bottom: 25px
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 15px;
    border-radius: 8px;
}

section#contact .form-group input.form-control {
    height: auto
}

section#contact .form-group textarea.form-control {
    height: 300px;
}

section#contact .form-control:focus {
    border-color: #c1e849;
    -webkit-box-shadow: none;
    box-shadow: none
}

section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #babfb9;
    
}

section#contact :-moz-placeholder {
    font-weight: 700;
    color: #babfb9;
    
}

section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #babfb9;
    
}

section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #babfb9;
    
}



/*<!-- CONTACTO  -->*/
/* FOOTER */
footer {
    padding: 25px 0;
    text-align: center
}

footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    
}

footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    
}

ul.social-buttons {
    margin-bottom: 0
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #101111 ;
    border-radius: 100%;
    outline: 0;
    border: 1px solid #101111
}

.footer-instagram a:hover {
    background-color: #b62f86;
    border-color: #b62f86;
    color: #fff
}

.footer-facebook a:hover {
    background-color: #475b90;
    border-color: #475b90;
    color: #fff
}
.footer-youtube a:hover {
    background-color: #a63926;
    border-color: #a63926;
    color: #fff
}


@font-face {
    font-family: "GT Walsheim Bold";
    src: url("../fuentes/GT-Walsheim-Pro-Bold.ttf");

  }

@font-face{
    font-family: "GT Walsheim Regular";
    src: url("../fuentes/GT-Walsheim-Pro-Regular.ttf");
}
@font-face{
    font-family: "GT Walsheim Medium";
    src: url("../fuentes/GT-Walsheim-Pro-Medium.ttf");
}
  @font-face {
    font-family: "GT Walsheim Light";
    src: url("../fuentes/GT-Walsheim-Pro-Light.ttf");

}

/* REDES SOCIALES - SIDEBAR */

  .sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-120px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#000;
    color:#efefef;
    height:68px;
    padding:0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:18px 10px;
    margin-right:20px;
}
.sticky li p{
    padding-top:18px;
    margin:0px;
    line-height:16px;
    font-size:16px;
    font-family: GT Walsheim Regular;
}
.sticky li p a{
    text-decoration:none;
    color:#fff;
}
.sticky li p a:hover{
    text-decoration:underline;
}

/* REDES SOCIALES - SIDEBAR */


/* -------------------------------- ESTILOS ----------------------*/


    /*Fuentes*/
    @font-face {
        font-family: "GT Walsheim Bold";
        src: url("../fuentes/GT-Walsheim-Pro-Bold.ttf");

    }

    @font-face{
        font-family: "GT Walsheim Regular";
        src: url("../fuentes/GT-Walsheim-Pro-Regular.ttf");
    }
    @font-face{
        font-family: "GT Walsheim Medium";
        src: url("../fuentes/GT-Walsheim-Pro-Medium.ttf");
    }
  @font-face {
    font-family: "GT Walsheim Light";
    src: url("../fuentes/GT-Walsheim-Pro-Light.ttf");

  }




/*Fuentes*/


.seccion-size{
    font-size: 20px;
}


/* comenzamos-1 */
.comenzamos-1{
    background-image: url(../img/Call-2-action-1.jpg);
}

.flecha{
    font-size:24px;
    padding:  54px 15px ;
    color: #fff;
    font-family: 'GT Walsheim Medium'
}
.button span{
    padding-right: 25px;
}

.button a{
    padding: 15px;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'GT Walsheim Regular';

}
.button a:hover{
   color: #c1e849!important;
}

/* comenzamos-1  */ 

/*  <!-- SERVICIO 1 --> */

    .serfac-solid{
        position: absolute;
        height: auto;
        z-index: 1;
    }
  
  .serfac-air{
    position: absolute;
    height: auto;
    z-index: 2;
  }
  
  /*  <!-- SERVICIO 1 --> */
  
  
  /*  <!-- SERVICIO 2 --> */
  .francisco-solid{
    position: absolute;
    height: auto;
    z-index: 1;
  }
  
  .francisco-air{
    position: absolute;
    height: auto;
    z-index: 2;
  }
  
  /*  <!-- SERVICIO 2 --> */
  
  
  
  /*  <!-- SERVICIO 3 --> */
  .solid {
    position: absolute;
    height: auto;
    z-index: 1;
  }
  .air {
    position: absolute;
    height: auto;
    z-index: 2;
  }
  
  .anat-solid{
    position: absolute;
    height: auto;
    z-index: 1;
  }
  
  .anat-air{
    position: absolute;
    height: auto;
    z-index: 2;
  }
  
  /*  <!-- SERVICIO 3- -> */
  
  
  /*  <!-- SERVICIO 4 --> */
  .imr-solid{
    position: absolute;
    height: auto;
    z-index: 1;
  }
  
  .imr-air{
    position: absolute;
    height: auto;
    z-index: 2;
  }
  
  
  /*  <!-- SERVICIO 4 --> */



/* ------------------------------------------------RESPONSIVE---------------------------------------------------*/

/* ----------- DESKTOP & LAPTOP ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 5000px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    
/*  <!-- SERVICIO 1 --> */

    .serfac-solid{
        width: 600px;
        top: -55px;
        left: 120px;
    }

    .serfac-air{
        width: 165px;
        top: 135px;
        left: 225px;
    }

/*  <!-- SERVICIO 1 --> */


/*  <!-- SERVICIO 2 --> */
    .francisco-solid{
        width: 390px;
        top: -25px;
        left: 270px;
    }

    .francisco-air{
        width: 760px;
        top: 10px;
        left: -150px;
    }

/*  <!-- SERVICIO 2 --> */



/*  <!-- SERVICIO 3 --> */
    .anat-solid{
        width: 650px;
        top: -50px;
        left: -15px;
    }
    
    .anat-air{
        width: 220px;
        top: 95px;
        left: -66px;
    }
    
    .ayd-solid {
        width: 630px;
        top: -50px;
        left: 110px;
    }
    
    .ayd-air {
        width: 461px;
        top: 185px;
    }
    .map-solid {
        width: 750px;
        top: -50px;
        left: 60px;
    }
    .map-air {
        width: 317px;
        top: 20px;
        right: -140px;
    }
    
    .gm-solid{
        width: 590px;
        top: -47px;
        left: 7px;
    }
    .gm-air{
        width: 198px;
        top: 60px;
        left: -93px;
    }
    
    .biaxial-solid{
        width: 650px;
        top: -50px;
        left: 94px;
    }
    .biaxial-air{
        width: 360px;
        top: 203px;
        right: -130px;
    }

/*  <!-- SERVICIO 3- -> */


/*  <!-- SERVICIO 4 --> */
    .imr-solid{
        width: 730px;
        top: -30px;
        left: -90px;
    }

    .imr-air{
        width: 265px;
        top: 160px;
        left: 395px;
    }
  }


/*  <!-- SERVICIO 4 --> */

@media (max-width: 1258px) {

    header.masthead .intro-text .intro-lead-in {
        margin-left: 20px !important;
    }

    .parrafo-banner {
        margin-left: 20px !important;
    }

    header.masthead .intro-text {
        padding-top: 200px;
    }

    header .btn-primary {

        font-size: 14px;
    }
}


@media (min-width: 1200px) and (max-width: 1480px) {
    header.masthead .intro-text {
      padding-top: 200px;
    }
  
    .boton-slider {
      letter-spacing: 1px;
    }
  
  
    header.masthead .intro-text .intro-lead-in {
      margin: 0 0 35px;
      margin-left: 40px !important;
    }
    .parrafo-banner{
        margin-left: 40px !important;
    }
  }


@media (max-width:1199px) {
    .seccion-size {
        font-size: 20px;
    }

    section h2.section-heading {
        font-size: 38px;
    }

    .panel{
        padding: 70px 0px;
    }
    /*BANNER*/
    header.masthead .intro-text .intro-lead-in {
        text-align: left;
        font-size: 40px;
        margin: 0px 0 40px;
    }
    .parrafo-banner p{
        font-size: 16px;
    }

    /*BANNER*/

    /*  <!-- SERVICIO 1 --> */

    .serfac-solid{
        width: 580px;
        top: -45px;
        left: 0px;
    }

    .serfac-air{
        width: 160px;
        top: 135px;
        left: 95px;
    }

/*  <!-- SERVICIO 1 --> */


/*  <!-- SERVICIO 2 --> */
    .francisco-solid{
        width: 335px;
        top: 30px;
        left: 220px;
    }

    .francisco-air{
        width: 650px;
        top: 60px;
        left: -125px;
    }

/*  <!-- SERVICIO 2 --> */



/*  <!-- SERVICIO 3 --> */
    .anat-solid{
        width: 580px;
        top: -45px;
        left: 0px;
    }
    
    .anat-air{
        width: 150px;
        top: 135px;
        left: 35px;
    }

/*  <!-- SERVICIO 3- -> */


/*  <!-- SERVICIO 4 --> */
    .imr-solid{
        width: 610px;
        top: 20px;
        left: -95px;
    
    }

    .imr-air{
        width: 230px;
        top: 170px;
        left: 325px;
    }


/*  <!-- SERVICIO 4 --> */


}


@media (max-width:991px) {

    section h2.section-heading {
        font-size: 36px;
        padding-bottom: 30px;
    }
    .seccion-size {
        font-size: 18px;
    }


    header.masthead .intro-text {
        padding-top: 210px;
    }
    .espacio {
        padding: 40px 0px 0px;
    }

    .descripcion p {
        font-size: 17px;
        margin-bottom: 60px;
    }
    .service-heading{
        font-size: 20px;
    }


    .seccion-servicios {
          padding: 80px 0;
    }


            /*  <!-- SERVICIO 1 --> */

            .serfac-solid{
                width: 395px;
                top: 30px;
                left: 5px;
            }
        
            .serfac-air{
                width: 115px;
                top: 155px;
                left: 85px;
            }
        
        /*  <!-- SERVICIO 1 --> */
        
        
        /*  <!-- SERVICIO 2 --> */
            .francisco-solid{
                width: 230px;
                top: 60px;
                left: 120px;
            }
        
            .francisco-air{
                width: 440px;
                top: 85px;
                left: -98px;
            
            }
        
        /*  <!-- SERVICIO 2 --> */
        
        
        
        /*  <!-- SERVICIO 3 --> */
            .anat-solid{
                width: 395px;
                top: 30px;
                left: 5px;
            }
            
            .anat-air{
                width: 115px;
                top: 135px;
                left: 30px;
            }
        
        /*  <!-- SERVICIO 3- -> */
        
        
        /*  <!-- SERVICIO 4 --> */
            .imr-solid{
                width: 380px;
                top: 110px;
                left: -50px;
            }
        
            .imr-air{
                width: 140px;
                top: 205px;
                left: 210px;
            }
        
        
        /*  <!-- SERVICIO 4 --> */

}





@media (max-width:767px) {

    /*==SERVICIOS==*/
    .descripcion .col-md-6{
        width: 50%;
    }
    /*==SERVICIOS==*/

    .overlay{
        background: #2f272b;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: .8;
      }

/*==CONTENEDORES==*/

  .cont-1{
    display: none;
  }
  .panel {
    padding: 0px;
  } 
  .cont-2, .cont-3{
    display: inherit !important;
    padding: 200px 0px;
  }

  section h2.section-heading {
    font-size: 32px;
    padding-bottom: 25px;
  }

    /*==CONTENEDORES==*/

    .boton-slider {
        font-size: 14px;
      }
      
      .flecha {
        font-size: 18px;
      }
      
      .servicios h2 {
        font-size: 28px;
      }
      

/*BANNER*/


    header.masthead .intro-text .intro-lead-in {
        text-align: center;
        font-size:40px;
        margin: 0 0 40px;
    }

    .parrafo-banner p{
        font-size: 16px;
    }

/*BANNER*/

    
/*SECCIONES*/
    .seccion-size{
        font-size: 16px;
    }

    section h2.section-heading {
        font-size: 30px;
    }


/*SECCIONES*/

    .parrafo-banner{
        text-align: center;
        font-size: 16px;
        
    }
    .button1 span{
        left: 200px;
    }

    /*  <!-- SERVICIO 1 --> */

        .serfac-solid{
            width: 425px;
            top: 25px;
            left: 55px;
        }
    
        .serfac-air{
            width: 120px;
            top: 160px;
            left: 140px;
        }
    
    /*  <!-- SERVICIO 1 --> */
    
    
    /*  <!-- SERVICIO 2 --> */
        .francisco-solid{
            width: 260px;
            top: 40px;
            left: 270px;
        }
    
        .francisco-air{
            width: 505px;
            top: 65px;
            left: -10px;
        
        }
    
    /*  <!-- SERVICIO 2 --> */
    
    
    
    /*  <!-- SERVICIO 3 --> */
        .anat-solid{
            width: 425px;
            top: 25px;
            left: 55px;
        }
        
        .anat-air{
            width: 120px;
            top: 140px;
            left: 80px;
        }
    
    /*  <!-- SERVICIO 3- -> */
    
    
    /*  <!-- SERVICIO 4 --> */
        .imr-solid{
            width: 450px;
            top: 30px;
            left: 30px;
        }
    
        .imr-air{
            width: 165px;
            top: 145px;
            left: 345px;
        }
    
    
    /*  <!-- SERVICIO 4 --> */
    

}


@media (max-width:575px) {
    .button a {
        font-size: 12px;
    }
    header .btn-primary {

        font-size: 12px;
    }
    .flecha {
        font-size: 18px;
        padding: 40px 15px;
    }
    .boton-slider {
        font-size: 12px;
      }

    .logocrear {
    width: 180px;
    }
    .panel {
        min-height: 90vh;
    }

}



@media (max-width:480px) {
    header.masthead .intro-text .intro-lead-in {
        margin-left: 0px !important;
    }
    /*==SERVICIOS==*/
    .service-heading {
        font-size: 18px;
    }
    .descripcion p {
        font-size: 16px;
    }

    .descripcion img{
        width: 45%;
        margin: -10px 0px;
    }
    .descripcion {
        padding: 60px 0 0px;
    }
        /*==SERVICIOS==*/

    header.masthead .intro-text .intro-lead-in {
        text-align: center;
        font-size: 40px;
        margin: 0px 0 25px;
        font-family: 'GT Walsheim Light';
    }

    .sticky-container {
        display: none;
      }
    header.masthead .intro-text {
        padding-top: 250px;
    }
    .panel {
        min-height: 85vh;
    }
    .logocrear {
        width: 180px;
    }

    .cont-1 , .cont-2, .cont-3 {
        padding: 0;
        padding-top: 200px;
        padding-bottom: 80px;
    }

    .espacio {
        padding: 40px 0px 0px;
    }

    
        /*  <!-- SERVICIO 1 --> */

        .serfac-solid{
            width: 300px;
            top: 20px;
            left: 55px;
        }
    
        .serfac-air{
            width: 85px;
            top: 115px;
            left: 115px;
        }
    
    /*  <!-- SERVICIO 1 --> */
    
    
    /*  <!-- SERVICIO 2 --> */
        .francisco-solid{
            width: 180px;
            top: 30px;
            left: 190px;
        }
    
        .francisco-air{
            width: 340px;
            top: 50px;
            left: 5px;
        }
    
    /*  <!-- SERVICIO 2 --> */
    
    
    
    /*  <!-- SERVICIO 3 --> */
        .anat-solid{
            width: 300px;
            top: 20px;
            left: 55px;
        }
        
        .anat-air{
            width: 85px;
            top: 100px;
            left: 75px;
        }
    
    /*  <!-- SERVICIO 3- -> */
    
    
    /*  <!-- SERVICIO 4 --> */
        .imr-solid{
            width: 310px;
            top: 25px;
            left: 40px;
        }
    
        .imr-air{
            width: 120px;
            top: 95px;
            left: 250px;
        }
    
    /*  <!-- SERVICIO 4 --> */

}

@media (max-width:390px) {

    .panel {
        min-height: 80vh;
    }

    header.masthead .intro-text {
        padding-top: 200px;
    }

    .flecha {
        font-size: 14px;
        padding: 20px 15px;
    }
    
    section h2.section-heading {
        padding-bottom: 20px;
    }

    .button a {
        font-size: 12px;
            padding: 10px 10px;
    }

        /*  <!-- SERVICIO 1 --> */
        
        .ayd-solid {
            width: 220px;
            top: 40px;
            right: 40px;
        }
        .ayd-air {
            width: 170px;
            top: 65px;
        }
        
        .map-solid{
            width: 280px;
            right: 0px;
            top: 50px;
        }
        .map-air {
            width: 95px;
            top: 110px;
            left: 20px;
        }
        
        .gm-solid {
            width: 250px;
            top: 0;
            left: 50px;
        }
        .gm-air {
            width: 95px;
            top: 33px;
            left: 20px;
        }
        
        .biaxial-solid {
            width: 250px;
            top: 0;
            left: 50px;
        }
        .biaxial-air{
            width: 140px;
            top: 100px;
            left: 20px;
        }

        .serfac-solid{
            width: 270px;
            top: 22px;
            left: 55px;
        }
    
        .serfac-air{
            width: 75px;
            top: 105px;
            left: 105px;
        }
    
    /*  <!-- SERVICIO 1 --> */
    
    
    /*  <!-- SERVICIO 2 --> */
        .francisco-solid{
            width: 170px;
            top: 25px;
            left: 170px;
        }
    
        .francisco-air{
            width: 320px;
            top: 45px;
            left: 5px;
        }
    
    /*  <!-- SERVICIO 2 --> */
    
    
    
    /*  <!-- SERVICIO 3 --> */
        .anat-solid{
            width: 270px;
            top: 22px;
            left: 55px;
        }
        
        .anat-air{
            width: 75px;
            top: 95px;
            left: 70px;
        }
    
    /*  <!-- SERVICIO 3- -> */
    
    
    /*  <!-- SERVICIO 4 --> */
        .imr-solid{
            width: 270px;
            top: 35px;
            left: 40px;
        }
    
        .imr-air{
            width: 100px;
            top: 102px;
            left: 230px;
        }
    
    /*  <!-- SERVICIO 4 --> */


}

@media (max-width:320px) {
    header.masthead .intro-text {
        padding-top: 115px;
    }

        header .btn-primary {
            font-size: 10px;
        }

}

/* ----------- IPAD PORTRAIT ----------- */

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1)
and (orientation: portrait) {

  section h2.section-heading {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .seccion-size {
    font-size: 16px;
  }

/*  <!-- SERVICIO 1 --> */

.serfac-solid{
    width: 370px;
    top: -5px;
    left: 5px;
}

.serfac-air{
    width: 105px;
    top: 112px;
    left: 72px;
}

/*  <!-- SERVICIO 1 --> */


/*  <!-- SERVICIO 2 --> */
.francisco-solid{
    width: 230px;
    top: 40px;
    left: 120px;
}

.francisco-air{
    width: 440px;
    top: 70px;
    left: -100px;

}

/*  <!-- SERVICIO 2 --> */



/*  <!-- SERVICIO 3 --> */
.anat-solid{
    width: 370px;
    top: -5px;
    left: 5px;
}

.anat-air{
    width: 105px;
    top: 100px;
    left: 30px;
}

/*  <!-- SERVICIO 3- -> */


/*  <!-- SERVICIO 4 --> */
.imr-solid{
    width: 380px;
    top: 40px;
    left: -50px;
}

.imr-air{
    width: 140px;
    top: 135px;
    left: 210px;
}


/*  <!-- SERVICIO 4 --> */

}



/*<!-- IPAD PRO : PORTRAIT -->*/
@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait){

    /*  <!-- SERVICIO 1 --> */

    .serfac-solid{
        width: 540px;
        top: -80px;
        left: 10px;
    }

    .serfac-air{
        width: 150px;
        top: 90px;
        left: 115px;
    }

/*  <!-- SERVICIO 1 --> */


/*  <!-- SERVICIO 2 --> */
    .francisco-solid{
        width: 290px;
        top: -10px;
        left: 255px;
    }

    .francisco-air{
        width: 550px;
        top: 20px;
        left: -25px;
    
    }

/*  <!-- SERVICIO 2 --> */



/*  <!-- SERVICIO 3 --> */
    .anat-solid{
        width: 540px;
        top: -80px;
        left: 10px;
    }
    
    .anat-air{
        width: 150px;
        top: 75px;
        left: 40px;
    }

/*  <!-- SERVICIO 3- -> */


/*  <!-- SERVICIO 4 --> */
    .imr-solid{
        width: 510px;
        top: -25px;
        left: -5px;
    }

    .imr-air{
        width: 190px;
        top: 105px;
        left: 360px;
    }

/*  <!-- SERVICIO 4 --> */

}

  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */

  /* Landscape */
  @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
        #mainNav {
          padding: .5rem;
      }
  
        header.masthead .intro-text {
          padding-top: 60px;
      }
  
      header.masthead .intro-text .intro-lead-in {
        font-size: 28px;
        margin: 0px;
        margin-bottom: 10px;
      }
      .parrafo-banner p {
        font-size: 15px;
      }
      .espacio {
        padding: 20px 0px 0px;
      }
      .sticky-container {
        top: 75px;
    }
  
  }

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    header{
      background-attachment: inherit;
    }

}