
   @font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 300;
    src: local('Helvetica'), local('Helvetica'), url(../fuente/helvetica-light-587ebe5a59211.woff) format('woff');
  }
  @font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    src: local('Helvetica'), local('Helvetica'), url(../fuente/Helvetica.woff) format('woff');
  }
  @font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    src: local('Helvetica'), local('Helvetica'), url(../fuente/Helvetica-Bold.woff) format('woff');
  }
/*
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-light.woff2') format('woff2'),
    url('fonts/opensans-light.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-regular.woff2') format('woff2'),
    url('fonts/opensans-regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-bold.woff2') format('woff2'),
    url('fonts/opensans-bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}

*/

.COLORES{
    #FF7841
    #1757B8
    #3B84F2
    #303236
    #24262A
    #1757B8
    #0c51ba
}
p{
    font-family: 'Helvetica' !important;
    font-size: 1.5rem;
    color: #646472;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Helvetica';
    padding-top: 102px;
}
h1,h2,h3{
    color: #296fd7 !important;
}


#tb-detalle{
    font-size: 8px;
}

.header-fluid{
    position:fixed;
    display: block;
    width: 100%;
    height: 100px;
    background-color:#1757B8;
    margin: 0 !important;
    z-index: 11;
    top: 0;
    
   
}

#cb{
    display: none;
}

.contenido-cuerpo{
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto !important;
}
    
.row {
    margin: 0px;
    padding: 0px;
}
.contenedor-sec{
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    background-color: #f7f5f5;
    
}

/*
.panel-footer{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #1A2431 !important;
}
*/

.panel-footer{
    margin: 0;
    width: 100%;
    height: 120px;
    background-color: #1A2431 !important;
    color: rgba(255,255,255,0.4);
    font-size:12px;
    padding: 15px 0;
    border-top: 4px solid #F9996B;
}

.logotipo{
    position: absolute;
    z-index: 1000;
    left:0;
    background-image: url('../img/logo-fontain.png');
    width: 420px;
    height: 142px;
}
.color_panel{
    background-color: #74757c;
}
.panel_menu{
}
.sec-menu{
    float: left;
  display: block;
  margin-top: 30px;
  
  background-color: rgba(2, 1, 43,0.2);
  width: 65%;
  max-width: 600px;
  height: 40px;
  padding: 8px 2px;
  text-align: center;
  align-items: center;

}
.canastita{
    display: block;

    margin-top: 40px;
    margin-left: 5px;
   
}
.sec_users{
   
    display: block;
    width: 180px;
    float: right;
   height: 20px !important;
    margin-top: 5px;
    margin-right: 30px;
    font-size: 8px !important;
}
.canasta{
    display: block;
    float: left;
    
   
    font-size:20px;
    align-items: center;
    align-content: center;
    text-align: center;
}
.usuario{
    display: block;
    width: 180px;
    margin-top: 30%;

}
.menu{
    display: block;
    list-style: none;
    bottom: 0;
    margin: 0px auto;
    padding: 0;
    text-align: center;
    align-items: center;
}
.menu li{
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: solid 1px rgba(255,255,255,0.2);
}

.menu li a{
    display: block;
    color: #ffff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}

.menu li a::after{
    content:"";
    position: absolute;
    background-color: #F76D2B;
    width: 100%;
    height: 3px;
    top: calc(100% + 3px);
    left: 0;
    opacity: 0;
    transition: opacity 0.3;
}

.menu li a:hover::after{
    opacity: 1.8;
}
.menu li a:hover{
    cursor: pointer;
    margin: 0;
    color: #F76D2B;

}
/*--------------------*/


.new_reg{
    color: #949499 !important;
    float: right;
    font-size: 14px;
    
}
.canasta a{
    color:#F76D2B;
}
.logearse{
    display:block;
margin-top: 50px;
    width: 150px;
   
    align-items: center;
    align-content: center;
    text-align: center;
    bottom: 0;
    
}


.logearse .canasta a{
    color:#F76D2B;

}
.logearse .canasta a:hover{
    color:#f7f5f4;

}

.logearse .avatar span{
    width:50px;
    height:20px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.logearse .canasta p{
    float:right;
    margin-top:5px;
    padding:0;
    font-size:12px;
    display:block;
    color:#fff;

}

.logearse .cotizar{
    text-decoration: none;
    background-color:#F76D2B;
    width:130px;
    height:30px;
    color: rgb(219, 219, 236);
    font-size:12px;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    margin-top: 20px;
}

.logearse .cotizar:hover{
    background-color:#f77d2b;
    color: #fff;
    cursor:pointer;
}
.logearse .avatar{
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width:40px;
    height:20px;
    float:right;
    margin:40px 30px 0px 0px;
}
.logearse .avatar:hover{
    transform: scale(0.8); /* Igual que: scaleX(0.7) scaleY(0.7) */
    cursor: pointer;
}
.logearse .avatar span img{
    width:100%;
    height:auto;
}
.logearse p{
    margin: 10px auto;
    color:#9498af;
    font-size:12px;
}

.btn-login{
    display: block;
    
    width: 90px;
    height: 30px;
    background:  #3374ff ;
    border-radius: 6px;
    float: right;
    margin-right: 10px;
    padding: 5px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
}

.botones-footer-modal{
    display:flex;
    direction:row;
    justify-content:center;
}

.menu-perfil{
    display:none;
    width: 150px;
    height: 270px;
    background-color:#ebedf0;
    position: absolute;
    z-index: 1000;
    right:15px;
    top:70px;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.3);
    border-radius:4px;
    border: 1px solid rgba(0,0,0,0.1);
    justify-content:center;
    align-items:center;
    padding:0;
    transition:.5;
}

.menu-perfil .foto{
    width: 100%;
    height:70px;
    background-color:#054fee;
    margin: 0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    display:flex;
    justify-content:center;
    
}

.menu-perfil .desc{
    text-align: center;
    font-size: 14px;
    color:#1a2431;
    font-weight: bold;
    margin:0px auto;
}

.menu-perfil .enlaces{
    width:80%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin:0px auto;
    padding:5px;
    border-top:1px solid rgba(0,0,0,0.1);;
   
}
.menu-perfil .enlaces a{
    text-decoration: none;
    display:block;
    width: 100%;
    height:25px;
    padding:5px;
    background-color: #d8d9db;
    border-radius: 3px;
    margin:3px auto;
    font-size: 11px;
    color:#1d2f47;
    text-align: center;
}

 a{
    text-decoration: none !important;
    list-style: none;
    font-size: 16px;
    color: #fff !important;
}
a:hover{
    color: #dadadd !important;
    text-decoration: none !important;
    list-style: none;
}

li{
    color: #fff;
}
.menu-perfil .enlaces a:hover{
    background-color: #1d2f47;
    color: #fff;
}

.menu-perfil .foto img{
    margin: 5px auto;
    width:60px;
    height:auto;
}

.menu-barra{
    display:none;
    width: 100%;
    height:35px;
    background-color:#1A2431;
    padding:0;
    margin:0;
    cursor: pointer;
}

.menu-barra p{
  margin:0px 30px;
  padding:4px;
  color: rgb(223, 219, 219);
  font-size:14px;
  font-weight: 600;
  float:left;
}

.menu-barra span{
    margin:0px 30px;
    padding:4px;
    color: rgb(223, 219, 219);
    font-size:18px;
    font-weight: 600;
    float:right;
  }

/*-----------------------------*/
.desc-slider h2{
    color: #d8d4d4 !important;
    font-weight: 400;
}

.slider-img{
    width:100%; 
    background-color: #000000;
    border-bottom: 2px solid #F76D2B;
}

.slider-img .img-fondo{
    width: 100%;
    position: relative;
    background-image: url('../img/foto-cbba.png');
    
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-img .img-foto{
    opacity: 0;
    text-align: center;
}

.img-foto img{
    width: 50%;
    height:auto;
   
}

section{
    background:#eeeeee;
}
/*=================CARDAS================*/
.contend-cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
   

}
.cards{
    width: 300px;
    height: 400px;
    background: #f1f1f1;
    margin: 15px;
    transition:0.9s;
    cursor:pointer;
    border-radius: 6px;
    
    padding: 0;
    box-shadow: 0px 0px 3px 0px #828ca0;
    text-align: center;
             
}
.cards h3{
    font-weight: 600;
    color:#3B3663;
    padding:0px 15px;
    margin:15px 0px;
  
}

.cards p{
    
    color:#989899;
    padding:0px 15px;
    margin:0px;
}

.cards:hover h3{
    color: #F76D2B;
    transition: 0.5;
}

.cards .imagen:hover{
  
    overflow: hidden;

}

.cards .imagen{
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display:block;
    margin: 0px;
    padding: 0px;
   
    
}

.cards .imagen img{
    width: 100%;
    position: relative;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    transition: 0.3s ease-in-out;
}

.cards:hover .imagen img{
     
   
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
/*=================== PANEL DE TARJETAS ====================*/
.panel-parjetas{
    background:#eeeeee;
    width: 100%;
    
}

.container_tarjetas{
    max-width:1200px;
    width: 100%;
    padding: 20px;
    background:#eeeeee;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    margin: 10px auto;
}

.container_tarjetas .tarjetas{
    width: 300px;
    height: 420px;
    background: #FFFFFF;
    margin: 15px;
    transition:0.5s;
    cursor:pointer;
    border-radius: 6px;

}

.container_tarjetas .tarjetas:hover{
    transform: scale(1.05);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  }
.container_tarjetas .tarjetas .name-item{
    font: 600 14px 'Open Sans',sans-serif;
    padding-bottom: 10px;
    margin: 15px 0 10px 0px;
    padding-left: 5px;
    clear:both;
    text-align: left;
    border-bottom: 1px solid #d1d0d0;
    position: relative;
    color: #525252;
}

.container_tarjetas .tarjetas .name-item::before{
    background: url('../img/down.png') center no-repeat;
    width: 15px;
    left: 20px;
    height: 7px;
    content: '';
    position: absolute;
    top: 100%;
    display: block;
}

  .container_tarjetas .tarjetas .imagen{
      width:100%;
      height:200px;
      position: relative;
      
  }
  .container_tarjetas .tarjetas .imagen img{
      width: 100%;
      height: 200px;
      position:absolute;
  }

  .container_tarjetas .tarjetas p{
      color: rgb(129, 128, 128);
      font-size:12px;
      margin:0;
      padding:2px;
      text-align: center;
  }

  .container_tarjetas .tarjetas button{
   display:flex;
   justify-content: center;
    color: #ffff;
    font-size:14px;
    margin:0;
    padding:5px;
    background-color: #F76D2B;
    margin:0 auto;
    width:100px;
    height:35px;
    border-radius:3px;
    border:0;
    
}

.container_tarjetas .tarjetas button:hover{
    cursor: pointer;
    background-color:rgb(58, 57, 61);
}


/*============= PANEL ICONOS ========================================*/

.container-iconos{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:center;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    clear: both;
    background-size: cover;
    
    padding:20px;

    background-color: #2e3a4b;
    
    
}

.container-iconos:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(12, 9, 34, 0.9);
}

.iconos{
    width:130px;
    height:130px;
    border: 1px solid #bdc7d3;
    z-index: 1001;
    display:flex;
    justify-content:center;
    align-items: center;
    border-radius: 50%;
    margin: 15px 20px;
    padding: 0;

}

.enlaces-iconos{
    
    width:120px;
    height:120px;
    border: 4px solid #bdc7d3;
    display:flex;
    justify-content:center;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    
}

.enlaces-iconos i{
    color:#2bb6f7;
    font-size: 50px;
    display:flex;
    justify-content:center;
    align-items: center;
    margin: 0;
    padding: 0;
    
    

}

.enlaces-iconos p{
    color:#a8cef1;
    font-size:14px;
    margin: 0;
    padding: 0;
    display:flex;
    justify-content:center;
    align-items: center;

}

.enlaces-iconos:hover i{
    color:#ffff;
    cursor: pointer;
      
}
.enlaces-iconos:hover p{
    
    color:#f7f5f3;
    cursor: pointer;
}





/*--    PANEL CONTACOTS------------------ ****/

.panel-contactos{
    width: 100%;
    background-color: #1a2431;
    clear: both;
    margin: 0;
    padding: 0;
    display:flex;
    
}

.datos-contac{
    width: 100%;
    max-width: 1200px;
    margin:15px auto;
    display:flex;
    justify-content:center;
    flex-direction: row;
    flex-wrap: wrap;
}

.datos-contac .datos{
    width:30%;
    background-color: #2e3a4b;
    margin:10px 15px;
    box-sizing: border-box;
    border-top: 4px solid #e2dfdd;
    padding:0 15px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.datos-contac .datos h6{
    width:60%;
    color: #c4d7f3;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size:14px;
}
.datos-contac .datos hr{
    background-color: rgba(255,255,255,0.3);
}

.datos-contac .datos i{
    color: rgba(255,255,255,0.5);
    font-size: 18px;
}

.datos-contac .datos iframe{
    width: 100%;
    height: 300px;
}

.panel-footer p{
    margin: 0;
    padding: 0
}


/*----- PANEL CONTENIDO===================== */
.cuerpo{
    
}

.panel-cuerpo{
    background:#eeeeee;
    width: 100%;
    
}

.container-cuerpo{
    max-width:1200px;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    margin: 10px auto;
}
.container-cuerpo .content{
    background-color: #fff;
    border-radius: 3px;
    padding:15px 30px;
}


.container-cuerpo .content .titulo{
    font: 600 14px 'Open Sans',sans-serif;
    padding-bottom: 10px;
    margin: 15px 0 10px 0px;
    padding-left: 5px;
    clear:both;
    text-align: left;
    border-bottom: 1px solid #d1d0d0;
    position: relative;
    color:#F76D2B;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 16px;
}

.container-cuerpo .content .titulo::before{
    background: url('../img/down.png') center no-repeat;
    width: 15px;
    left: 20px;
    height: 7px;
    content: '';
    position: absolute;
    top: 100%;
    display: block;
}


/*----------------------*/
  
.sidebar{
    display:none;
}


/*=================OTROS=============*/
.cap-error{
    font-size: 14px;
    color:#F82A33;
    margin:0;
    padding: 0;
   
  }
  
  .cap-errores{
    display: none;
    font-size: 14px;
    color: rgb(80, 6, 18);
    margin:0;
    padding: 0;
    background-color:rgb(243, 102, 125,0.4); 
    border-radius: 6px;
    padding:15px;
  }
  
  .cap-exito{
    display: none;
    font-size: 14px;
    color: rgb(5, 110, 70);
    margin:0;
    padding: 0;
    background-color:rgba(3, 63, 16, 0.212); 
    border-radius: 6px;
    padding:15px;
  }
  .saludos{
      max-width:800px;
      height:300px;
      width:80%;
      background-color: #fff;
      color:#07632d;
      margin:15px auto;
      padding:20px;
  }



  .estado_comp{
    width:80px;
    height:20px;
    justify-content: center;
    display: block;
    color:#fff;
    font-size:11px;
    border-radius: 6px;
    margin:0;
    align-items: center;
    padding-left: 5px;
    
    
  }

  .card-cotizacion{
        background-color: #c2c2c2;
        width:80%;
        max-width:600px;
        margin: 15px auto;
  }
/*-------------------*/

video{
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video-img{
    display: block;
    max-width: 800px;
    margin: 0 auto;
    border:solid 1px #7a7b81;
    margin: 0px auto;
}

.articulo{
    background-color: #f3f6fc;
    display: flex;
    max-width: 800px;
    padding: 10px;
    margin: 10px auto;
}
.articulo h2{
    display: block;
    width: 100%;
    border-bottom: solid 1px #b6bad4;
    padding-bottom: 5px;
    font-size: 2rem;
    font-weight: 400;
    font-style: italic;
}
.articulo img{
    display: block;
    width: 180px;
    margin: 5px;
}
/*-------------- para aplicar en mision vision------------------*/
.principal{
	margin-top:50px;
	font-family: 'Roboto';
}


/*tarjeta 1*/
.contenedor-misiones{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}
.cards1{
   width: 100%;
    max-width: 600px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    
    
}
.cards1 h2{
    color: #fff !important;
    font-weight: bold !important;
}
.card-body{
    padding: 15px;
}
.card-header-fa{
    
	margin-top:-40px;
    height: 120px;
	background: linear-gradient(-90deg, #BF019F, #F28A57); 
	box-shadow:1px 5px 15px #a2a2a2;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*tarjeta 2*/
.card-header-f{
    
    margin-top:-40px;
    height: 60px;
	background: linear-gradient(-90deg, #4878fc, #041ca8); 
	box-shadow:1px 5px 15px #a2a2a2;
    display: flex;
    justify-content: center;
    align-items: center;
	
}

.card-header-cuart{
    margin-top:-40px;
    height: 120px;
	background: linear-gradient(-90deg, #947a07, #f1ef64); 
	box-shadow:1px 5px 15px #a2a2a2;
    display: flex;
    justify-content: center;
    align-items: center;
	
}

/*tarjeta 3*/
.card-header-third{
    margin-top:-25px;
    height: 120px;
	box-shadow:1px 5px 15px #a2a2a2;
    background: linear-gradient(-90deg, #11998e, #38ef7d); 
}

.card-header-third span i:hover,.card-section-third span i:hover{
	box-shadow:1px 1px 15px #000;
}

/*efecto shadows para todas las tarjetas*/
.card-section{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
/*Para el efecto sombra al pasar por encima el mouse*/
.card-section:hover{
	box-shadow:1px 1px 20px #d2d2d2;
}
/*--------------------------------------------*/

.vermas{
    text-decoration: none;
    display: block;
    width: 200px;
    height: 35px;
    padding: 5px;
    font-size:14px;
    background-color: #3B84F2;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    margin-top:15px;
}
.vermas:hover{
    background-color: #0f6af1;
    color: #f1eeec;
}

.img_pagina{
    max-width: 800px;
    border: solid 4px #dedddf;
    border-radius: 3px;
    box-shadow:1px 1px 10px #1b1b1b;
    margin: 20px auto;
}
/*---------------------------------------------------------MEDIA---------------------------------------------------------------------------*/
@media (max-width:910px){
    body{
        margin: 0;
        padding: 0;
        
    }
    .menu-barra{
        display:block;
        z-index: 1200;
    }        
    .header-fluid .logo{
       
        align-items: center;
        text-align: center;
       /* background-color:aquamarine;*/
    
    }
    .header-fluid{
        position: relative;
    }
    .color_panel{
        position: relative;
        display: block;
        width: 100% !important;
        max-width: 1200px;
        background-color: #fff;
        text-align: center;
        align-items: center;
        height: 130px !important;
        z-index: 9;
    }
    .contenedor-sec{
        margin-top: 110px;
    }
  
    .panel_menu{
        position: relative;
        display: block;
        width: 100%;
        background-color: #1757B8;
        text-align: center;
        align-items: center;
        height: 80px;
         z-index: 1211;
    }
    .logotipo{
        display: block;
        position: relative;
        background-image: url('../img/logo-fontain-medio.png');
        width: 290px;
        height: 130px;
        margin: 0 auto;
        z-index: 0;
    }
    .canastita{
        display: block;
        position: relative;
        float: left;
        margin-left: 25px;
        margin-top: 20px;
    }
    .usuario{
        margin-top: 0%;
    }
    .sec_users{
        display: block;
        position: relative;
        float: right;
        margin-right: 25px;
        margin-top: 20px;
    }
    .header-fluid .logo img{
        max-width: 150px;
    }
    .menu{
        position: relative;
        
    }

    .datos-contac .datos{
        max-width:400px;
        width: 100%;
    }
    
    .sec-menu{
        display:none;
        position:absolute;
        background-color:rgb(36, 36, 68);
        width: 70%;
        height:100vh;
        top:-20;
        left:0;
        padding:15px;
        transition: all .30s ease-in-out;
        z-index: 3000;
    }

    .menu li {
        width:100%;
        height:50px;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        
        position: relative;
        margin: 0;
        box-sizing: border-box;
        
    }

    .menu li:hover{
        background-color:rgb(45, 45, 88);
    }
    .menu li a::after{
        content:none;
    }
    .menu li a{
        padding:10px;
        color:#c8cac9;
        font-weight:300;
        margin-top:5px;

    }

    .menu li a:hover{
       color:#a1a2a3;
       margin-top:5px;
    }

    video{
        max-width: 600px;
        
    }
    .img_pagina{
        max-width: 500px;
    }

    .iconos{
    width:100px;
    height:100px;
 
}

.enlaces-iconos{
    
    width:95px;
    height:95px;
}
  }
  
/*-------------------------------------------------------------------------------------------------*/
  @media (max-width:568px){
    .slider{
        display: none;
    }

    .datos-contac .datos{
        width: 90%;
    }

    video{
        max-width: 100%;
        
    }
    .img_pagina{
        max-width: 100%;
    }
    .logotipo{
        padding: 0px;
        margin: 0px auto !important;
       position: relative;
        background-image: url('../img/logo-funtain-peque.png');
        width: 273px;
        height: 90px;
       
    }
    .color_panel{
        display: block;
        background-color: #fff;
        text-align: center;
        align-items: center;
    }

    .contenedor-sec{
        margin-top: 110px;
    }
  
  }
