/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

 /* Para aplicar la ATOM para titulos
 font-family: 'Anton', sans-serif;*/

header {
  padding: 154px 0 100px;
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


.titu_grla{
	font-size: 10px;
	color: #000;
}

.tresdefeb{
	    font-size: 13px;
    font-weight: 100;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    color: rgba(255,255,255,.5);
    border-radius: 200px;
}

.img_principal{
	background-image: url(img/img1.jpg);
}

.flex_principal{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    color: #000;
}

.titu_principal {
	width: 100%;
	font-size: 30px;
	font-family: 'Anton', sans-serif;
	letter-spacing: 3px;
}

.sub_titu_principal{
	width: 100%;
	font-size: 30px;
	font-weight: unset;

}

.txt_principal{
	width: 100%;
	font-size: 20px;
}

/*SECTION BENEFICIOS - Start */

.cont_beneficio{
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-around;

}

.box_benefi{
    width: 30%;
    margin-top: 0px;
    background-color: #E6E6E6;
    padding-bottom: 20px;
    border-radius: 10px;
}

.titu_benefi{
    font-size: 30px;
    margin-left: 20px;
    color: #000;
    padding-top: 10px;
    font-weight: 500;
}

.subtitu_benefi{
    margin-left: 20px;
    font-weight: 100;
    font-style: italic;
    font-size: 15px;
    color: #000;
}

.descrip_benefi{
    font-size: 15px;
    padding-top: 10px;
    color: #000;
}

.consultar_boton{
    width: 120px;
    margin-left: 20px;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 900;
    border-radius: 10px;
    border-color: #000;
}
/*SECTION BENEFICIOS - End */

/*SECTION DATOS - Start */

.cont_datos{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-around;

}

.box_datos{
    width: 30%;
    margin-top: 0px;
    background-color: #000;
    padding-bottom: 20px;
    padding-right: 20px;
    border-radius: 10px;
    margin-left: 15px;
}

.titu_datos{
    font-size: 25px;
    margin-left: 20px;
    color: #fff;
    padding-top: 10px;
    font-weight: 900;
    line-height: 23px;
}

.subtitu_datos{
    margin-left: 20px;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
}

.descrip_datos{
    font-size: 15px;
    padding-top: 10px;
    color: #fff;
}

.consultar_boton_datos{
    width: 120px;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    border-radius: 10px;
    border-color: #fff;
    background-color: #000;
}
/*SECTION DATOS - End */

/* DOCUMENTACION- start*/

.material-icons-Doc {
    font-size: 12px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    color: #e8d6ae;
}

.contenedor_flex_doc{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 100px;
}

.item_flex_doc{
    width: 20%;
    min-width: 350px;
    margin-top: 25px;
    background-color: #000;
    padding-bottom: 20px;
    padding-right: 20px;
    border-radius: 10px;
    margin-left: 15px;
}

.Titu_Doc{
    font-size: 25px;
    margin-left: 20px;
    color: #fff;
    padding-top: 10px;
    font-weight: 900;
    line-height: 23px;
}

/* DOCUMENTACION - end*/


/* FOOTER - start*/

.logo_footer{
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* FOOTER - end */

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 150px 0;
}




@media only screen and (max-width: 820px) and (min-width: 600px) {

.titu_grla{
    font-size: 10px;
    color: #000;
}

.tresdefeb{
        font-size: 13px;
    font-weight: 100;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    color: rgba(255,255,255,.5);
    border-radius: 200px;
}

.img_principal{
    background-image: url(img/img1.jpg);
}

.flex_principal{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    color: #000;
}

.titu_principal {
    width: 100%;
    font-size: 30px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
}

.sub_titu_principal{
    width: 100%;
    font-size: 30px;
    font-weight: unset;

}

.txt_principal{
    width: 100%;
    font-size: 20px;
}

/*SECTION BENEFICIOS - Start */

.cont_beneficio{
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;

}

.box_benefi{
    width: 85%;
    margin-top: 10px;
    background-color: #E6E6E6;
    padding-bottom: 20px;
    border-radius: 10px;
    margin-left: 30px;
}

.titu_benefi{
    font-size: 30px;
    margin-left: 20px;
    color: #000;
    padding-top: 10px;
    font-weight: 500;
}

.subtitu_benefi{
    margin-left: 20px;
    font-weight: 100;
    font-style: italic;
    font-size: 15px;
    color: #000;
}

.descrip_benefi{
    font-size: 15px;
    padding-top: 10px;
    color: #000;
}

.consultar_boton{
    width: 120px;
    margin-left: 20px;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 900;
    border-radius: 10px;
    border-color: #000;
}
/*SECTION BENEFICIOS - End */

/*SECTION DATOS - Start */

.cont_datos{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;

}

.box_datos{
    width: 90%;
    margin-top: 0px;
    background-color: #000;
    padding-bottom: 20px;
    padding-right: 20px;
    border-radius: 10px;
    margin-left: 15px;
    margin-top: 10px;
}

.titu_datos{
    font-size: 25px;
    margin-left: 20px;
    color: #fff;
    padding-top: 10px;
    font-weight: 900;
    line-height: 23px;
}

.subtitu_datos{
    margin-left: 20px;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
}

.descrip_datos{
    font-size: 15px;
    padding-top: 10px;
    color: #fff;
}

.consultar_boton_datos{
    width: 120px;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    border-radius: 10px;
    border-color: #fff;
    background-color: #000;
}
/*SECTION DATOS - End */

/* FOOTER - start*/

.logo_footer{
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* FOOTER - end */

}



@media only screen and (max-width: 600px) and (min-width: 200px) { 


    .titu_grla{
    font-size: 10px;
    color: #000;
}

.tresdefeb{
        font-size: 13px;
    font-weight: 100;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    color: rgba(255,255,255,.5);
    border-radius: 200px;
}

.img_principal{
    background-image: url(img/img1.jpg);
}

.flex_principal{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    color: #000;
}

.titu_principal {
    width: 100%;
    font-size: 30px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
}

.sub_titu_principal{
    width: 100%;
    font-size: 30px;
    font-weight: unset;

}

.txt_principal{
    width: 100%;
    font-size: 20px;
}

/*SECTION BENEFICIOS - Start */

.cont_beneficio{
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;

}

.box_benefi{
    width: 85%;
    margin-top: 10px;
    background-color: #E6E6E6;
    padding-bottom: 20px;
    border-radius: 10px;
    margin-left: 30px;
}

.titu_benefi{
    font-size: 30px;
    margin-left: 20px;
    color: #000;
    padding-top: 10px;
    font-weight: 500;
}

.subtitu_benefi{
    margin-left: 20px;
    font-weight: 100;
    font-style: italic;
    font-size: 15px;
    color: #000;
}

.descrip_benefi{
    font-size: 15px;
    padding-top: 10px;
    color: #000;
}

.consultar_boton{
    width: 120px;
    margin-left: 20px;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 900;
    border-radius: 10px;
    border-color: #000;
}
/*SECTION BENEFICIOS - End */

/*SECTION DATOS - Start */

.cont_datos{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;

}

.box_datos{
    width: 90%;
    margin-top: 0px;
    background-color: #000;
    padding-bottom: 20px;
    padding-right: 20px;
    border-radius: 10px;
    margin-left: 15px;
    margin-top: 10px;
}

.titu_datos{
    font-size: 25px;
    margin-left: 20px;
    color: #fff;
    padding-top: 10px;
    font-weight: 900;
    line-height: 23px;
}

.subtitu_datos{
    margin-left: 20px;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
}

.descrip_datos{
    font-size: 15px;
    padding-top: 10px;
    color: #fff;
}

.consultar_boton_datos{
    width: 120px;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    border-radius: 10px;
    border-color: #fff;
    background-color: #000;
}
/*SECTION DATOS - End */

/* FOOTER - start*/

.logo_footer{
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* FOOTER - end */

}