/**
* Template Name: Gp - v2.1.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
# font-family:'Arial-Bold',sans-serif;
# font-family: 'Lato', sans-serif;

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

@font-face {
    font-family:'Arial-Bold';
    src: url('fonts/mil-arial-bold.woff') format('woff'),
    url('fonts/mil-arial-bold.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}


body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;  
}

.fondosp{
   background: rgb(0,0,0);
   background: linear-gradient(13deg, rgba(0,0,0,1) 0%, rgba(17,30,66,1) 42%, rgba(52,88,127,1) 100%);
      background-size: cover;
      background-attachment: fixed;   
    }


a {
  color: #555961;
  font-weight: 800;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

/*Css del Menus*/

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 4px 15px #444;
}

.redes{
  color: #e91a3c;
  font-size: 25px;  
  text-align: center;
}

.spacioredes{
  margin-top: 15%;
}

.spacioredes1{
  padding-right: 62px;
}

.icon-menus{
  color: #5e5f5f;
  background-color: #e5e6e5;
  font-size: 25px;
  padding: 5px;
}

.spaciomenus{
  margin-top: 20px;
}
.spaciomenus2{
  margin-bottom: 5px;
  margin-top: -20px;  
}

.spaciomenus3{
  margin-left: 5px;
}


.logos {
    position: absolute;
    width: 60%;
    margin-top: -16%;
    left: 58px;
    right: 0px;
}

.logos2 {
    
    width: 40%;
   
}


.texto-menus{
 
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #000001;
  padding: 10px 0px;
  text-decoration: none;

}

.texto-menus:hover{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.texto-active{

  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #000001;
}

.lineas-menus{
  border-right: solid 1px #ed1c24;
}

.fondos-menus{
  background-color: #fff;
  background-image: url("../img/fondo-menus-01.svg");
  background-size: cover;
}

.btn:focus {
  outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.modal {
z-index: 10000000000;
}



.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: rgb(0 0 0 / 0%);
    border: 1px solid rgb(0 0 0 / 0%);
    font-size: 25px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.list-group-item:hover{
  color: #e91a3c;
}

.list-group-item.active {
    z-index: 2;
    color: #e91a3c !important;
     background-color: #fff !important;
     border:none;
    border-color: transparent !important;
}

.buscar{
  border-radius: 0px;
  border:none;
}

input:focus, input.form-control:focus {

    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/*Css del Menus*/

/*css carrucel de imagenes*/

.spacios-slider{
  padding: 0px;
  margin-top: 174px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
    border:solid 1px #fff;
}

.carousel-indicators .active{
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width:10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
    border:solid 1px #fff;
}

.titulo-carucel{
   font-family: 'Montserrat', sans-serif;
   font-size: 30px;
   font-weight: bold;
   text-align: left;
   padding-bottom: 20px;
}

.texto-carrucel{
   font-family: 'Montserrat', sans-serif;
   font-size: 21px;
   font-weight: 400;
   text-align: left;
   line-height: 24px;
}

.boton {
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #e91a3c;
    border-radius: 50px;
    font-family: 'Arial-Bold',sans-serif;
    padding: 7px 16px 5px 16px;
    border: none;
    border-radius: 0px;
}

.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 10px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}


/*css carrucel de html*/

.carousel-indicators2 li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color:transparent;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
    border:solid 1px #b1b1b1;
}

.carousel-indicators2 .active{
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#ea0945;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
    border:solid 1px #ea0945;
}

.carousel-indicators2 {
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 30px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: right;
    justify-content: flex-end;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 20px;
    list-style: none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(1.50rem - 1px);
    border-top-right-radius: calc(1.50rem - 1px);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px !important;
    margin-top: -10px;
}

.titulo-cart{
   font-family: 'Montserrat', sans-serif;
   font-size: 16px;
   font-weight: 900;
   text-align: left;
   color: #000;
}

.texto-cart{
  font-family: 'Montserrat', sans-serif;
   font-size: 12px;
   font-weight: 700;
   text-align: left;
   color: #000;
}

.boton-texto-r{
  font-size: 10px;
  font-weight: bold;
  color: #e91a3c;
  font-family:'Arial-Bold',sans-serif; 
  border: none;
}

.boton-texto-v{
  font-size: 10px;
  font-weight: bold;
  color: #009d49;
  font-family:'Arial-Bold',sans-serif; 
  border: none;
}

.fondo-cp{
  background-color:#fff;
}

.fondocp2{
  background-color:#fff;
}

/*certificaciones*/

.fondocertificaciones{
  width: 100%;
  background-image: url("../img/certificaciones.jpg");
  background-size: cover;
  
    -webkit-box-shadow: 0px 23px 30px -17px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 23px 30px -17px rgba(0,0,0,0.55);
    box-shadow: 0px 23px 30px -17px rgba(0,0,0,0.55);
}

.titilocert{
   font-family: 'Lato', sans-serif;
   font-size:30px;
   font-weight: 900;
   text-align: center;
   color: #000001;
}

.boton1{
  background-color: #ea0945;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  font-family:'Arial-Bold',sans-serif;
  padding: 5px 15px 3px 15px;
  border: none;
}

.spaciocert{
  padding-top: 85px;
  padding-bottom: 45px;
}

.spacio2{
  padding-top:45px;  
}



/*productos*/
.spacios-productos{
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left:37px;
  padding-right: 80px;
}


/*Partioner*/

.titulopartione{
  font-family: 'Lato', sans-serif;
   font-size: 30px;
   font-weight: 900;
   text-align: center;
   color: #e91a3c;
   padding-bottom: 15px;
}

.spaciopartioner{
  padding-left: 70px;
  padding-bottom: 5px;
}

.titulopartioner{
   font-family: 'Lato', sans-serif;
   font-size: 16px;
   font-weight: 900;
   text-align: left;
   color: #000001;

}

.textopartioner{
    font-family: 'Lato', sans-serif;
   font-size: 14px;
   font-weight: 600;
   color: #000001;
   text-align: justify;
   
}

.spacio-top{
  margin-top: 11%;
}


.imagenp1{
 width:40%;
 padding-top: 55px;
 padding-bottom: 40px;
}

.imagenp2{
  width:50%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.spaciop1{
 padding-bottom: 10px;
 padding-top: 0px;
}

.spaciop2{
 padding-bottom: 40px;
 padding-top: 0px;
 
}
/*Footer*/

.titulofooter{
    font-family: 'Lato', sans-serif;
   font-size: 18px;
   font-weight: 700;
   text-align: left;
   color:#fff;
}

.textofooter{
    font-family: 'Lato', sans-serif;
   font-size: 15px;
   font-weight: 400;
   color: #fff;
   text-align: left;
}

.redes-footer{
 color: #fff;
  font-size: 30px; 
}

.fondo-footer {
    background-color: #fff;
    background-image: url(../img/hoja.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 0px;
    position: top left;
}

.spacio-f1{
 padding-bottom: 1%;

}

.spacio-f2{
 margin-left: 40px;
 margin-top: 10px;
}

.spacio-f3 {
    width: 60%;
    margin-top: 18px;
    margin-left: 60px;
}

.spacio-f4{
 margin-left: -40px;
}

.spacio-f5{
  margin-left: 15px;
}

.spacio-f6{
  padding-bottom: 3%;
}

.cuerpo{  
    margin-top: 70px;
}

.spaciosimg{
  bottom: 25px;
}

@media (max-width: 1000px) {

.fixed-top {
    position: fixed;
    height: 130px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-box-shadow: 0px 23px 35px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 23px 35px -16px rgba(0,0,0,0.75);
    box-shadow: 0px 23px 35px -16px rgba(0,0,0,0.75);
}

.logos {
    position: absolute;
    width: 60%;
    margin-top: -3%;
    left: 58px;
    right: 0px;
}
.logos2 {
       
    width: 100%;   
     
}


.icon-menus {
    color: #5e5f5f;
    background-color: #e5e6e5;
    font-size: 50px;
    padding: 5px;
}

.redes{
  color: #e91a3c;
  font-size: 30px;  
}

.spaciomi{
  padding-top: 80px;
}

/*Espacio footer*/

.spacio-f2{
 margin-left: 40px;
 margin-top: 30px;
}

.cuerpo {
    background-color: #fff;    
    margin-top: 0px;
}
.titulo-carucel{
   font-family: 'Lato', sans-serif;
   font-size: 18px;
   font-weight: bold;
   text-align: left;
   padding-bottom: 5px;
   line-height: 19px;
}

.texto-carrucel{
   font-family: 'Lato', sans-serif;
   font-size: 14px;
   font-weight: 400;
   text-align: left;
   line-height: 15px;
}

.boton{
  background-color: #fff;
  font-size: 10px;
  font-weight: bold;
  color: #e91a3c;
  border-radius: 0px;
  font-family:'Arial-Bold',sans-serif;
  padding: 5px 15px 3px 15px;
  border: none;
}

.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.spaciosimg{
  bottom: 25px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.50rem 0.25rem;
    background-color: rgb(0 0 0 / 0%);
    border: 1px solid rgb(0 0 0 / 0%);
    font-size: 16px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #fff;
}


}


@media (max-width: 768px) {

.fixed-top {
    position: fixed;
    height: 130px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-box-shadow: 0px 23px 35px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 23px 35px -16px rgba(0,0,0,0.75);
    box-shadow: 0px 23px 35px -16px rgba(0,0,0,0.75);
}

.fondo-footer {
    background-color: #fff;
    background-image: url(../img/hoja-responsive.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 0px;
    position: top left;
}

.logos {
    position: absolute;
    width: 100%;
    margin-top: -21%;
    left: 6px;
    right: 0px;
}

.icon-menus {
   color: #f8f9fa;
    background-color: #e91a3c;
    font-size: 50px;
    padding: 5px;
}

.redes{
  color: #e91a3c;
  font-size: 30px;  
}

.spaciomi{
  padding-top: 80px;
}

/*Espacio footer*/

.spacio-f2{
 margin-left: 0px;
 margin-top: 9px;
}
.cuerpo {
    background-color: #fff;
    margin-top: 66px;
}

.spaciosimg{
  bottom: 25px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.25rem 0.25rem;
    background-color: rgb(0 0 0 / 0%);
    border: 1px solid rgb(0 0 0 / 0%);
    font-size: 16px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

.titulofooter {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #fff;
}

.redes-footer {
    color: #fff;
    font-size: 23px;
}

.spacio-f3 {
    width: 100%;
    margin-top: 37px;
    margin-left: 16px;
}
.boton{
  background-color: #fff;
  font-size: 10px;
  font-weight: bold;
  color: #e91a3c;
  border-radius: 0px;
  font-family:'Arial-Bold',sans-serif;
  padding: 5px 15px 3px 15px;
  border: none;
}
}



@media (max-width: 600px) {

 .fixed-top {
    position: fixed;
    height: 80px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-box-shadow: 0px 23px 35px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 23px 35px -16px rgba(0,0,0,0.75);
    box-shadow: 0px 23px 35px -16px rgba(0,0,0,0.75);
}

.logos {
    width: 80%;
    margin-top: 17%;
}

.icon-menus {
   color: #f8f9fa;
    background-color: #e91a3c;
    font-size: 25px;
    padding: 5px;
}

.redes{
  color: #e91a3c;
  font-size: 22px;  
}

.spacioredes1 {
    padding-right: 0px;
}

.spaciomi{
  padding-top: 50px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.25rem 0.25rem;
    background-color: rgb(0 0 0 / 0%);
    border: 1px solid rgb(0 0 0 / 0%);
    font-size: 13px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

/*Espacio footer*/



.spacio-f2{
 margin-left: 0px;
 margin-top: 30px;
}

.spacio-f3{
 width: 100%;
 margin-top: -6px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.cuerpo {
    background-color: #fff;    
    margin-top: 70px;
    padding: 0px;
}

.spaciosimg{
  bottom: -5px;
}

.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 6px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.titulo-carucel{
   font-family: 'Lato', sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   padding-bottom: 0px;
   line-height: 13px;
}
.spaciosm{
  padding-left: 0px;
  padding-right: 0px; 
}

.fondo-footer {
    background-color: #fff;
    background-image: url(../img/hoja-responsive-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 0px;
    position: top left;
}

.redes-footer {
    color: #fff;
    font-size: 35px;
}

.centrab1 {
    padding-left: 22%;
    padding-top: 0%;
    padding-bottom: 2%;
}

}

@media (max-width: 411px){
.logos {
    width: 80%;
    margin-top: 18%;
}

}

@media (max-width: 375px){
.logos {
    width: 80%;
    margin-top: 24%;
}
}

@media (max-width: 360px){
.logos {
    width: 90%;
    margin-top: 22%;
}

.titulo-carucel {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0px;
}

}

@media (max-width: 320px){
.titulo-carucel {
    font-family: 'Lato', sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.25rem 0.25rem;
    background-color: rgb(0 0 0 / 0%);
    border: 1px solid rgb(0 0 0 / 0%);
    font-size: 13px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #fff;
}
.logos {
    width: 90%;
    margin-top: 32%;
}
}



