
@font-face {
	font-family: 'Abril';
	src: url('../font/AbrilFatface-Regular.ttf');
}
@font-face {
	font-family: 'Actor';
	src: url('../font/font/Actor-Regular.ttf');
}
@font-face {
	font-family: 'Bitter:400,700';
	src: url('../font/Bitter-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Cuprum';
	src: url('../font/Cuprum-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Lora';
	src: url('../font/Lora-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Source+Sans+Pro:300,400,700';
	src: url('../font/Lora-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Michroma';
	src: url('../font/Michroma-Regular.ttf');
}
@font-face {
	font-family: 'Prompt';
	src: url('../font/SourceSansPro-Regular.ttf');
}
@font-face {
	font-family: 'Bank';
	src: url('../font/BIZUDPGothic-Regular.ttf');
}
@font-face {
	font-family: 'Rubik';
	src: url('../font/Rubik-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Rubik-Italic';
	src: url('../font/Rubik-Italic-VariableFont_wght.ttf');
}

:root {
  --filo: #b4fd9e;
  --fondo1: #caffb5;
  --fondo2: #cad3c6;
  --barra_fondo: #1c53b8;
  --barra_active: #05075f;
  --Bank: 'Bank';
  --Michroma: 'Michroma';
  --Prompt: 'Prompt';
  --Lora: 'Lora';
  --Rubik: 'Rubik';
  --color1:#1c759e;
  --fondoPagina: rgba(5, 50, 255, 0.692);
}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
body {
    background: var(--fondoPagina);
    overflow-x: hidden;
}

.btn_general {
    background-color: primary;
}
.menucontenedor {
    width: 100%;
    height: 97px;
    background: var(--fondo1);
    display: block;
    z-index: 4000;
}
.menucontenedor .conderecha {
    width: 100%;
    margin-top: 0;
}
.menucontenedor .conizquierda {
    width: 100%;
    margin-top: -10px;
    margin-left: 20px;
}
.vermenu{
    height: 210px !important;
    transition: height 0.3s linear;
}
#menu__principal {
    width: 100%;
    list-style: none;
    height: 0;
    overflow: hidden;
    margin-top: 35px;
}
.enlace {
    display: block;
    padding: 8px 18px 10px 18px;    
    font-size: 1em;
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 0 0 25px 0 !important;
    border: var(--barra_fondo) 2px solid;
    /* background: var(--barra_fondo);
    background: -moz-linear-gradient(45deg, rgba(47,71,224,1) 0%, rgba(33,132,237,1) 100%); */
    /* background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(47,71,224,1)), color-stop(100%, rgba(33,132,237,1)));
    background: -webkit-linear-gradient(45deg, rgba(47,71,224,1) 0%, rgba(33,132,237,1) 100%);
    background: -o-linear-gradient(45deg, rgba(47,71,224,1) 0%, rgba(33,132,237,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(47,71,224,1) 0%, rgba(33,132,237,1) 100%);
    background: linear-gradient(45deg, rgba(47,71,224,1) 0%, rgba(33,132,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f47e0', endColorstr='#2184ed', GradientType=1 ); */


    background: var(--barra_fondo);
    background: -moz-linear-gradient(45deg, var(--barra_fondo) 0%, var(--barra_active) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, var(--barra_active)), color-stop(100%, var(--barra_fondo)));
    background: -webkit-linear-gradient(45deg, var(--barra_fondo) 0%, var(--barra_active) 100%);
    background: -o-linear-gradient(45deg, var(--barra_fondo) 0%, var(--barra_active) 100%);
    background: -ms-linear-gradient(45deg, var(--barra_fondo) 0%, var(--barra_active) 100%);
    background: linear-gradient(45deg, var(--barra_fondo) 0%, var(--barra_active) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--barra_fondo), endColorstr=var(--barra_active), GradientType=1 );
}

.enlace:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background: var(--barra_active);
    background: -moz-linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(24, 39, 139)), color-stop(100%, rgb(119, 31, 170)));
    background: -webkit-linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    background: -o-linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    background: -ms-linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    background: linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=rgba(33,132,237,1), endColorstr=rgb(119, 31, 170), GradientType=1 );
}
#btn_menu {
    width: 40px;
    height: 40px;
    color: white;
    background: var(--barra_active);
    padding: 0 5px;
    bottom: 15px;
    border: 2px #fff solid;
}
@media screen and (min-width:950px) {
    .menucontenedor {
        display: flex;
        z-index: 4000;
    }
    .menucontenedor .conderecha {
        width: 70%;
    }
    .menucontenedor .conizquierda {
        width: 30%;
    }
    #menu__principal {
        margin-left: 10%;
        width: 90%;
        list-style: none;
        display: flex;
        height: 65px;
        justify-content: space-around;
    }
    #btn_menu {
        display: none;
        width: 40px;
        height: 40px;
        color: white;
        background: #000;
    }
}
@media screen and (max-width:950px) {
    .menucontenedor {
        display:grid;
        z-index: 4000;
        margin-bottom: 10px;
    }
    .menucontenedor .conderecha {
        width: 100%;
        text-align: right;
        margin-top: 5px;
        padding-top: 22px;
        padding-right: 20px;
        z-index: 900;
        /* background: rgb(62, 48, 189); */
        background: linear-gradient(45deg, var(--barra_fondo), var(--barra_active));
    }
    .menucontenedor .conizquierda {
        width: 100%;
        z-index: 4000;
        /* margin-left: -10% !important; */
    }
    .enlace {
        margin-bottom: 10px;
    }
}



#texto_banner {
    font-size: 20px;
    font-family: var(--Michroma);
}

@media (max-width:767px) {
    #sombra_imagen {
        height:200px;
    }
    #texto {
        margin:20px 0px 6px 0px;
    }
}
@media (max-width:400px) {
    .box {
        height:100px;
    }
}


.cuadro_filo {
    border-radius: 9px 0 !important;
    padding: 0 8px !important;
    color: black !important;
    width: max-content;
    transition: 0.3s !important;
}
.cuadro_filo:hover{
    color: var(--barra_fondo);
    text-decoration: none;
    border-radius: 7px 7px 0px 0px !important;
    background-color: rgb(190, 196, 255);
}
#ira_contacto {
    color: black;
    font-size: 1.2em !important;
    font-stretch:expanded;
    font-weight:400;
    text-decoration: none;
}
#ira_contacto:hover {
    color: var(--barra_active);
    border-color: var(--barra_fondo);
    text-decoration: none;
}
.filo {
    text-align: center;
}

.grid_contenedor {
    background: rgb(38, 36, 180);
    display: grid;
    grid-template-columns: 3fr;
}


.contenedor {
    background: var(--color_1);
    display: grid;
    grid-template-columns: 2fr 4fr;
   padding: 20px;
}
.contenedor .lado_izquierdo {
    background: var(--color_1);
    padding: 10px 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contenedor .lado_centro {
    background: var(--color_2);
    width: 96%;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgb(80, 80, 80);
}
.contenedor .lado_derecho {
    background: var(--color_3);
    width: 100%;
    margin: 10px;
}

.nivel_1 {
    height: 50px;
    width: 90%;
    font-size: larger;
    font-family: var(--Prompt);
    border-radius: 10px;
    display: flex;
    color: white;
    font-weight: bolder;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background: var(--barra_active);
    background: -moz-linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(24, 39, 139)), color-stop(100%, rgb(119, 31, 170)));
    background: -webkit-linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    background: -o-linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    background: -ms-linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    background: linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=rgba(33,132,237,1), endColorstr=rgb(119, 31, 170), GradientType=1 );
}
.contenedor .lado_izquierdo .c_1 {
    height: 40px;
    width: 80px;
    margin-left: 20px;
    margin-bottom: 5px;
    background: rgb(231, 162, 162);
    position: relative;
    transform: perspective(600px) rotateY(10deg) !important;
}
.contenedor .lado_izquierdo .c_1:hover {
    transform: perspective(600px) rotateY(360deg) !important;
    background: rgb(92, 5, 5);

}


@media all and (max-width: 768px) and (min-width: 10px){
    .contenedor {
        display: grid;
        background: #000;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }
}

@media all and (max-width: 600px) and (min-width: 10px){
    
    .contenedor {
        display: grid;
        background: rgb(46, 148, 21);
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }
}

@media all and (max-width: 480px) and (min-width: 10px){
    .contenedor {
        display: grid;
        background: rgb(190, 50, 50);
        grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    }
}






