/* HEADER Y MENU FIJO */
/******************************************************************************/
.columna21 a{
color:#DB3031;
}
/***************** MENU *****************************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#cssmenu #menu-button {
display: none;
}
#cssmenu {
font-family: Arial, sans-serif;
background: #E0E0E0;
}
#cssmenu li img {
width: 100%;
margin-top: -10%;
margin-bottom: -10px;
}
#cssmenu > ul > li {
float: left;
}
#cssmenu.align-center > ul {
font-size: 0;
text-align: center;
}
#cssmenu.align-center > ul > li {
display: inline-block;
float: none;
}
#cssmenu.align-center ul ul {
text-align: left;
}
#cssmenu.align-right > ul > li {
float: right;
}
#cssmenu > ul > li > a {
padding: 17px;
font-size: 12px;
letter-spacing: 1px;
text-decoration: none;
color: black;
font-weight: 700;
text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
color: #DB3031;
}
#cssmenu > ul > li:hover > a.active {
color: white;
}
#cssmenu > ul > li.has-sub > a {
padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
position: absolute;
top: 22px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: #DB3031;
content: '';
}
#cssmenu > ul > li.has-sub > a:before {
position: absolute;
top: 19px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #DB3031;
content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
top: 23px;
height: 0;
}
#cssmenu ul ul {
position: absolute;
left: -9999px;
}
#cssmenu.align-right ul ul {
text-align: right;
}
#cssmenu ul ul li {
height: 0;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#cssmenu li:hover > ul {
left: auto;
}
#cssmenu.align-right li:hover > ul {
left: auto;
right: 0;
}
#cssmenu li:hover > ul > li {
height: 35px;
z-index: 999;
}
#cssmenu ul ul ul {
margin-left: 100%;
top: 0;
}
#cssmenu.align-right ul ul ul {
margin-left: 0;
margin-right: 100%;
}
#cssmenu ul ul li a {
border-bottom: 1px solid #E0E0E0;
padding: 11px 15px;
width: 170px;
font-size: 12px;
text-decoration: none;
color: black;
font-weight: 400;
background: #E0E0E0;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
color: #DB3031;
}
#cssmenu ul ul li.has-sub > a:after {
position: absolute;
top: 16px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: #dddddd;
content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
right: auto;
left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
position: absolute;
top: 13px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #dddddd;
content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
right: auto;
left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
top: 17px;
height: 0;
}
@media screen and (max-width: 1513px){
#cssmenu > ul > li > a {
padding: 17px;
font-size: 9px;
letter-spacing: 1px;
text-decoration: none;
color: black;
font-weight: 500;
text-transform: uppercase;
}
}
/*************************************************************************************************************************************/
@media screen and (max-width: 981px){
#cssmenu li img {
width: 30%;
margin-top: 0%;
}
}
/**********************************************************/
@media screen and (max-width: 981px){
#cssmenu {
width: 100%;
}
#cssmenu ul {
width: 100%;
display: none;
}
#cssmenu.align-center > ul {
text-align: left;
}
#cssmenu ul li {
width: 100%;
border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu ul ul li,
#cssmenu li:hover > ul > li {
height: auto;
}
#cssmenu ul li a,
#cssmenu ul ul li a {
width: 100%;
border-bottom: 0;
}
#cssmenu > ul > li {
float: none;
}
#cssmenu ul ul li a {
padding-left: 25px;
}
#cssmenu ul ul ul li a {
padding-left: 35px;
}
#cssmenu ul ul li a {
color: black;
background: none;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
color: #DB3031;
}
#cssmenu ul ul,
#cssmenu ul ul ul,
#cssmenu.align-right ul ul {
position: relative;
left: 0;
width: 100%;
margin: 0;
text-align: left;
}
#cssmenu > ul > li.has-sub > a:after,
#cssmenu > ul > li.has-sub > a:before,
#cssmenu ul ul > li.has-sub > a:after,
#cssmenu ul ul > li.has-sub > a:before {
display: none;
}
#cssmenu #menu-button {
display: block;
padding: 17px;
color: #DB3031;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
background: #E0E0E0;
}
#cssmenu #menu-button:after {
position: absolute;
top: 22px;
right: 17px;
display: block;
height: 4px;
width: 20px;
border-top: 2px solid #DB3031;
border-bottom: 2px solid #DB3031;
content: '';
}
#cssmenu #menu-button:before {
position: absolute;
top: 16px;
right: 17px;
display: block;
height: 2px;
width: 20px;
background: #DB3031;
content: '';
}
#cssmenu #menu-button.menu-opened:after {
top: 23px;
border: 0;
height: 2px;
width: 15px;
background: #DB3031;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#cssmenu #menu-button.menu-opened:before {
top: 23px;
background: #DB3031;
width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#cssmenu .submenu-button {
position: absolute;
z-index: 99;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(120, 120, 120, 0.2);
height: 46px;
width: 46px;
cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
background: #E0E0E0;
}
#cssmenu ul ul .submenu-button {
height: 34px;
width: 34px;
}
#cssmenu .submenu-button:after {
position: absolute;
top: 22px;
right: 19px;
width: 8px;
height: 2px;
display: block;
background: #DB3031;
content: '';
}
#cssmenu ul ul .submenu-button:after {
top: 15px;
right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
background: #DB3031;
}
#cssmenu .submenu-button:before {
position: absolute;
top: 19px;
right: 22px;
display: block;
width: 2px;
height: 8px;
background: #DB3031;
content: '';
}
#cssmenu ul ul .submenu-button:before {
top: 12px;
right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
display: none;
}
}
/*******************************************************/
/* BOOSTRAP CAROUSEL OPTIONS*/
.row {
margin-right: -15px;
margin-left: -15px
}
.slider{
overflow: hidden;
max-height: 500px;
position: relative;
background: #000000;
}
.slider:hover {
cursor: -moz-grab;
cursor: -webkit-grab;
}
.slider:active {
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
.slider .slider-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.40);
}
.slider > .carousel-inner > .item > img,
.slider > .carousel-inner > .item > a > img {
margin: auto;
width: 100% !important;
height: 500px;
}
/********************
*****Slide effect
**********************/
.fade {
opacity: 1;
}
.fade .item {
top: 0;
z-index: 1;
opacity: 0;
width: 100%;
position: absolute;
left: 0 !important;
display: block !important;
-webkit-transition: opacity ease-in-out 1s;
-moz-transition: opacity ease-in-out 1s;
-ms-transition: opacity ease-in-out 1s;
-o-transition: opacity ease-in-out 1s;
transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
top: auto;
position: relative;
}
.fade .item.active {
opacity: 1;
z-index: 2;
-webkit-transition: opacity ease-in-out 1s;
-moz-transition: opacity ease-in-out 1s;
-ms-transition: opacity ease-in-out 1s;
-o-transition: opacity ease-in-out 1s;
transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
top: 47%;
opacity: 0;
width: 45px;
height: 45px;
z-index: 100;
color: #ffffff;
display: block;
font-size: 24px;
cursor: pointer;
overflow: hidden;
line-height: 43px;
text-shadow: none;
position: absolute;
font-weight: normal;
background: transparent;
-webkit-border-radius: 100px;
border-radius: 100px;
}
.control-round:hover .carousel-control{
opacity: 1;
}
.control-round .carousel-control.left {
left: 1%;
}
.control-round .carousel-control.right {
right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
color: #fdfdfd;
background: rgba(0, 0, 0, 0.5);
border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
right: 46.5%;
bottom: 3%;
left: auto;
width: 90%;
height: 20px;
font-size: 0;
overflow-x: auto;
text-align: right;
overflow-y: hidden;
padding-left: 10px;
padding-right: 10px;
padding-top: 1px;
white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
padding: 0;
width: 15px;
height: 15px;
border: 1px solid rgb(158, 158, 158);
text-indent: 0;
overflow: hidden;
text-align: left;
position: relative;
letter-spacing: 1px;
background: rgb(158, 158, 158);
-webkit-font-smoothing: antialiased;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-right: 5px;
-webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
z-index: 10;
cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
margin: 1px 5px 1px 1px;
box-shadow: 0 0 0 2px #fff;
background-color: transparent;
position: relative;
-webkit-transition: box-shadow 0.3s ease;
-moz-transition: box-shadow 0.3s ease;
-o-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
-webkit-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before{
transform: scale(0.5);
background-color: #fff;
content:"";
position: absolute;
left:-1px;
top:-1px;
width:15px;
height: 15px;
border-radius: 50%;
-webkit-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
/*--------------------------------------------------------------------------------------*/
/*---------- SLIDE CAPTION ----------*/
.slideleft {
text-align: left !important;
}
.slideright {
text-align: right !important;
}
.slidecenter {
text-align: center !important;
}
.slidetext {
left: 0;
top: 10%;
right: 0;
margin: auto;
padding: 10px;
position: absolute;
text-align: left;
padding: 10px 85px;
}
.slidetext > h1 {
padding: 0;
color: #ffffff;
font-size: 50px;
font-style: normal;
line-height: 84px;
margin-bottom: 30px;
letter-spacing: 1px;
display: inline-block;
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
.slidetext > p {
padding: 0;
color: #ffffff;
font-size: 50px;
line-height: 24px;
font-weight: 300;
margin-bottom: 40px;
letter-spacing: 1px;
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s;
}
.boton {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px
}
.slidetext > a.botons {
color: white;
background-color: #DB3031;
font-weight: 400;
font-size: 13px;
line-height: 15px;
margin-right: 10px;
text-align: center;
padding: 17px 30px;
white-space: nowrap;
display: inline-block;
border: none;
text-transform: uppercase;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slidetext > a:hover,
.slidetext > a:active {
color: #DB3031;
background: white;
-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/************************ ANIMATED ******************************************/
.animacion {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
@-webkit-keyframes animacion1 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes animacion1 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.animacion1 {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp
}
@-webkit-keyframes animacion2 {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes animacion2 {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.animacion2 {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight
}
@-webkit-keyframes animacion3 {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes animacion3 {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.animacion3 {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft
}
/************************ REFERENCE LINK ************************************/
.row a {
color: white;
}
.row a:hover {
color: #DB3031;
}
.item a {
color: white;
}
.item a:hover {
color: #DB3031;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width: 991px) {
.slidetext h1 {
font-size: 40px;
line-height: 50px;
margin-bottom: 20px;
}
.slidetext > p {
font-size: 18px;
}
.indicators-line > .carousel-indicators{
right: 44.5%;
}
}
@media (max-width: 768px) {
.slidetext {
padding: 10px 50px;
}
.slidetext h1 {
font-size: 30px;
line-height: 40px;
margin-bottom: 10px;
}
.slidetext > p {
font-size: 14px;
line-height: 20px;
margin-bottom: 20px;
}
.control-round .carousel-control{
display: none;
}
.slider > .carousel-inner > .item > img,
.slider > .carousel-inner > .item > a > img {
height: 300px;
}
.indicators-line > .carousel-indicators{
right: 42.5%;
}
.boton {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 10px;
font-weight: 400;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px
}
.slidetext > a.botons {
color: white;
background-color: #DB3031;
font-weight: 400;
font-size: 10px;
line-height: 0px;
margin-right: 10px;
text-align: center;
padding: 17px 30px;
white-space: nowrap;
display: inline-block;
border: none;
text-transform: uppercase;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
}
/*---------- MEDIA 480px ----------*/
@media (max-width: 480px) {
.slidetext {
padding: 10px 30px;
}
.slidetext h1 {
font-size: 20px;
line-height: 25px;
margin-bottom: 5px;
}
.slidetext > p {
font-size: 12px;
line-height: 18px;
margin-bottom: 10px;
}
.slidetext > a.btn-default{
font-size: 10px;
line-height: 10px;
margin-right: 10px;
text-align: center;
padding: 10px 15px;
}
.indicators-line > .carousel-indicators{
display: none;
}
.slider > .carousel-inner > .item > img,
.slider > .carousel-inner > .item > a > img {
margin: auto;
width: 100% !important;
height: 200px;
}
}
/* END OF CAROUSEL OPTIONS */
/*--------------------------------------------------------------------------------------*/
/* START OF CONTENT */
/* START ICON EFFECTS */
.fila{
width: 100%;
height: 300px;
background: transparent;
}
.columnaiconos{
width: 25%;
height: 300px;
background-color: #DB3031;
float: left;
display: inline-block;
position: relative;
}
.contenido{
width: 100%;
height: 240px;
display: block;
margin-top: 0;
}
.columnaiconos i {
margin-top: 20%;
color: white;
font-size: 100px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display: block;
margin-left: 20%;
transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
}
.columnaiconos a {
font-family: 'Arial';
font-size: 50px;
padding-top: 5px;
display: block;
margin-top: -40%;
margin-left: -20%;
width: 100%;
height: 200px;
transform: translate(0px);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
opacity: 0;
transition: transfom opacity 1.5s;
}
/******************************************************************************/
/******************************************************************************/
.columnaiconos i:hover{
color: #DB3031;
transform: scale(0.8);
-ms-transform: scale(0.8);
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
}
.columnaiconos a:hover{
color: white;
transform: translate(0px, -20px);
opacity: 1;
}
/* END ICON EFFECTS */
/* CONTENT */
/*--------------------------------------------------------------------------------------*/
.filacontenido1{
width: 100%;
height: 100px;
background-color: #af2627;
border-top: 20px solid #c52b2c;
}
.filacontenido1 h1{
color: white;
font-size: 50px;
text-align: center;
margin-top: 0;
}
.filacontenido2{
width: 100%;
height: 300px;
background-image: url(images/6.jpg);
background-size: cover;
margin-top: 0;
}
.filacontenido2 h2{
font-size: 50px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.columna21{
width: 50%;
height: 200px;
background: transparent;
position: relative;
display: inline-block;
float: left;
}
.columna21 h1{
font-size: 20px;
color: white;
margin-top: 0;
position: relative;
}
.columna21 img{
margin-left: 20%;
}
.filacontenido3{
width: 100%;
height: 300px;
background-image: url(images/7.jpg);
background-size: cover;
margin-top: 0;
}
.filacontenido3 h2{
font-size: 50px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.filaback {
width: 100%;
height: 50px;
background: rgba(0,0,0,0.9);
position: relative;
margin-top: 0;
}
.filacontenido4 {
width: 100%;
height: 500px;
background-image: url(images/15.jpg);
background-size: cover;
margin-top: 0;
}
.filacontenido4 h2{
font-size: 50px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.columna22 table{
color: white;
margin-left: 22%;
}
.columna22{
width: 50%;
height: 200px;
background: transparent;
position: relative;
display: inline-block;
float: left;
}
.columna22 h1{
font-size: 20px;
color: white;
margin-top: 0;
position: relative;
margin-left: 20%;
}
/* COMIENZO PAGINA DE BASES DE DATOS */
/*--------------------------------------------------------------------------------------*/
.filabases{
width: 100%;
height: 100%;
background: #AF2627;
position: relative;
}
.filabases1{
width: 50%;
height: 50%;
top: -180px;
float: left;
position: relative;
display: inline-block;
}
.filabases2{
width: 50%;
height: 50%;
position: relative;
top: -180px;
position: relative;
float: right;
}
/* BASES DE DATOS */
/*--------------------------------------------------------------------------------------*/
.filacontenidob1{
width: 100%;
height: 100px;
background-color: #af2627;
}
.facultad{
width: 50%;
height: 50%;
position: relative;
background-color: transparent;
left: 30%;
top: 50px;
}
.facultad img{
width: 95%;
height: 95%;
}
/* BANNER DE BASES DE DATOS */
.bannerb{
top: 10px;
width: 100%;
height: 200px;
background-color: #000509;
opacity: 0.8;
display: block;
width: 100%;
margin-top: 80px;
position: relative;
}
.bannerb1{
width: 100%;
height: 200px;
background-color: #000509;
opacity: 0.8;
display: block;
width: 100%;
margin-top: 100px;
position: relative;
}
.bannerb2{
width: 100%;
height: 200px;
background-color: #000509;
opacity: 0.8;
display: block;
width: 100%;
margin-top: 100px;
position: relative;
}
/* BASES DE DATOS FAULTADES*/
.textobases1 {
width: 100%;
height: 200px;
position: relative;
text-align: center;
top: -180px;
}
.textobases2 {
width: 100%;
height: 200px;
position: relative;
text-align: center;
top: -180px;
}
.textobases1 h1{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: white;
position: relative;
}
.textobases2 h1{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: white;
position: relative;
}
.textobases1 img{
width: 60%;
height: 60%;
}
.textobases2 img{
width: 60%;
height: 60%;
}
/* EBSCOHOST */
/*********************************************************************************************/
/* CONTENIDO DE LAS BASES*/
.contenidobaseseb{
background-color: #DDDDDD;
width: 90%;
height: 200px;
margin-top: -100px;
margin-left: 5%;
}
.contenidobaseseb1{
background-color: #DDDDDD;
width: 90%;
height: 330px;
margin-top: -100px;
margin-left: 5%;
}
.contenidobaseseb12{
background-color: #DDDDDD;
width: 90%;
height: 470px;
margin-top: -100px;
margin-left: 5%;
}
.contenidobaseseb13{
background-color: #DDDDDD;
width: 90%;
height: 500px;
margin-top: -100px;
margin-left: 5%;
}
.contenidobaseseb14{
background-color: #DDDDDD;
width: 90%;
height: 700px;
margin-top: -100px;
margin-left: 5%;
}
.contenidobaseseb15{
background-color: #DDDDDD;
width: 90%;
height: 620px;
margin-top: -100px;
margin-left: 5%;
}
.contenidobaseseb17{
background-color: #DDDDDD;
width: 90%;
height: 1000px;
margin-top: -100px;
margin-left: 5%;
}
/*********************************************************************************/
.filaeb1{
width: 100%;
height: 300px;
}
.columnabases1{
width: 25%;
height: 220px;
background-color: white;
float: left;
display: inline-block;
position: relative;
background: transparent;
}
.columnabases2{
width: 25%;
height: 180px;
background-color: white;
float: left;
display: inline-block;
position: relative;
background: transparent;
top: 100px;
}
.columnabases3{
width: 25%;
height: 180px;
background-color: white;
float: left;
display: inline-block;
position: relative;
background: transparent;
top: 50px;
}
/************************************************************************************/
/* DEFINICION DE CONTENIDO EN LOS CUADROS */
.contenidobaseseb .columnabases1 img{
display: block;
margin: 0 auto;
}
.contenidobaseseb .columnabases1 h1{
font-size: 15px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: black;
margin-right: 20px;
}
.contenidobaseseb .columnabases1 h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
}
.contenidobaseseb .columnabases1 h2:hover{
text-decoration: none;
color: blue;
}
.contenidobaseseb1 .columnabases1 img{
display: block;
margin: 0 auto;
}
.contenidobaseseb1 .columnabases1 h1{
font-size: 15px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: black;
margin-right: 20px;
}
.contenidobaseseb1 .columnabases1 h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
}
.contenidobaseseb1 .columnabases1 h2:hover{
text-decoration: none;
color: blue;
}
.contenidobaseseb12 .columnabases1 img{
display: block;
margin: 0 auto;
}
.contenidobaseseb12 .columnabases1 h1{
font-size: 15px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: black;
margin-right: 20px;
}
.contenidobaseseb12 .columnabases1 h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
}
.contenidobaseseb12 .columnabases1 h2:hover{
text-decoration: none;
color: blue;
}
.contenidobaseseb13 .columnabases1 img{
display: block;
margin: 0 auto;
}
.contenidobaseseb13 .columnabases1 h1{
font-size: 15px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: black;
margin-right: 20px;
}
.contenidobaseseb13 .columnabases1 h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
}
.contenidobaseseb13 .columnabases1 h2:hover{
text-decoration: none;
color: blue;
}
.contenidobaseseb14 .columnabases1 img{
display: block;
margin: 0 auto;
}
.contenidobaseseb14 .columnabases1 h1{
font-size: 15px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: black;
margin-right: 20px;
}
.contenidobaseseb14 .columnabases1 h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
}
.contenidobaseseb14 .columnabases1 h2:hover{
text-decoration: none;
color: blue;
}
.contenidobaseseb17 .columnabases1 img{
display: block;
margin: 0 auto;
}
.contenidobaseseb17 .columnabases1 h1{
font-size: 15px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: black;
margin-right: 20px;
}
.contenidobaseseb17 .columnabases1 h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
}
.contenidobaseseb17 .columnabases1 h2:hover{
text-decoration: none;
color: blue;
}
.contenidobaseseb15 .columnabases1 img{
display: block;
margin: 0 auto;
}
.contenidobaseseb15 .columnabases1 h1{
font-size: 15px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: black;
margin-right: 20px;
}
.contenidobaseseb15 .columnabases1 h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
}
.contenidobaseseb15 .columnabases1 h2:hover{
text-decoration: none;
color: blue;
}
.contenidobaseseb15 .columnabases2 img{
display: block;
margin: 0 auto;
}
.contenidobaseseb15 .columnabases2 h1{
font-size: 15px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: black;
margin-right: 20px;
}
.contenidobaseseb15 .columnabases2 h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
}
.contenidobaseseb15 .columnabases2 h2:hover{
text-decoration: none;
color: blue;
}
.contenidobaseseb15 .columnabases3 img{
display: block;
margin: 0 auto;
}
.contenidobaseseb15 .columnabases3 h1{
font-size: 15px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: black;
margin-right: 20px;
}
.contenidobaseseb15 .columnabases3 h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
}
.contenidobaseseb15 .columnabases3 h2:hover{
text-decoration: none;
color: blue;
}
/* PARALAX BASES DE DATOS*/
/*--------------------------------------------------------------------------------------*/
section{
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
height: 100%;
margin: 0 auto;
padding: 0;
position: relative;
width: 100%;
top: 0px;
overflow: hidden;
}
#bloque1 {
background-image: url(images/13.jpg);
}
#bloque2{
background-image: url(images/14.jpg);
}
#bloque3{
background-image: url(images/13.jpg);
}
#bloque4{
background-image: url(images/13.jpg);
}
.finaldeparalex{
width: 100%;
height: 200px;
background: transparent;
}
.contenido1{
width: 100%;
height: 250px;
background-color: #000509;
color: rgba(255, 255, 255, 0.9);
display: block;
font-size: 100px;
opacity: 0.76;
text-shadow: 1px 1px 1px #666;
width: 100%;
margin-top: 100px;
}
.contenido2{
width: 100%;
height: 250px;
background-color: #000509;
color: rgba(255, 255, 255, 0.9);
display: block;
font-size: 100px;
opacity: 0.76;
text-shadow: 1px 1px 1px #666;
width: 100%;
margin-top: 100px;
}
.contenido3{
width: 100%;
height: 250px;
background-color: #000509;
color: rgba(255, 255, 255, 0.9);
display: block;
font-size: 100px;
opacity: 0.76;
text-shadow: 1px 1px 1px #666;
width: 100%;
margin-top: 100px;
}
.filabases1 img {
width: 80%;
}
.filabases2 img {
width: 80%;
}
/* EFECCT LETTERS */ /****************************************************************************************************************************************/
.wrapperletters{
width: 100%;
position: relative;
margin: auto;
font-family: Arial;
padding: 10px 0 0 25%;
height: 100px;
overflow: hidden;
}
.sentenceletters{
margin: 0;
text-align: left;
text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.sentenceletters span{
color: black;
white-space: nowrap;
font-size: 200%;
font-weight: normal;
}
.words1{
display: inline;
text-indent: 10px;
}
.words-1 span{
position: absolute;
opacity: 0;
overflow: hidden;
color: white;
-webkit-transform-origin: 10% 75%;
transform-origin: 10% 75%;
-webkit-animation: rotateWord 18s linear infinite 0s;
-ms-animation: rotateWord 18s linear infinite 0s;
animation: rotateWord 18s linear infinite 0s;
}
.words1 span:nth-child(2) {
-webkit-animation-delay: 3s;
-ms-animation-delay: 3s;
animation-delay: 3s;
color: white;
}
.words1 span:nth-child(3) {
-webkit-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s;
color: white;
}
.words1 span:nth-child(4) {
-webkit-animation-delay: 9s;
-ms-animation-delay: 9s;
animation-delay: 9s;
color: white;
}
.words1 span:nth-child(5) {
-webkit-animation-delay: 12s;
-ms-animation-delay: 12s;
animation-delay: 12s;
color: white;
}
.words1 span:nth-child(6) {
-webkit-animation-delay: 15s;
-ms-animation-delay: 15s;
animation-delay: 15s;
color: white;
}
@-webkit-keyframes rotateWord {
0% { opacity: 0; }
5% { opacity: 1; }
17% { opacity: 1; -webkit-transform: rotate(0deg); }
19% { opacity: 1; -webkit-transform: rotate(98deg); }
21% { opacity: 1; -webkit-transform: rotate(86deg); }
23% { opacity: 1; -webkit-transform: translateY(85px) rotate(83deg); }
25% { opacity: 0; -webkit-transform: translateY(170px) rotate(80deg); }
80% { opacity: 0; }
100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
0% { opacity: 0; }
5% { opacity: 1; }
17% { opacity: 1; -ms-transform: rotate(0deg); }
19% { opacity: 1; -ms-transform: rotate(98deg); }
21% { opacity: 1; -ms-transform: rotate(86deg); }
23% { opacity: 1; -ms-transform: translateY(85px) rotate(83deg); }
25% { opacity: 0; -ms-transform: translateY(170px) rotate(80deg); }
80% { opacity: 0; }
100% { opacity: 0; }
}
@keyframes rotateWord {
0% { opacity: 0; }
5% { opacity: 1; }
17% { opacity: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
19% { opacity: 1; -webkit-transform: rotate(98deg); transform: rotate(98deg); }
21% { opacity: 1; -webkit-transform: rotate(86deg); transform: rotate(86deg); }
23% { opacity: 1; -webkit-transform: translateY(85px) rotate(83deg); transform: translateY(85px) rotate(83deg); }
25% { opacity: 0; -webkit-transform: translateY(170px) rotate(80deg); transform: translateY(170px) rotate(80deg); }
80% { opacity: 0; }
100% { opacity: 0; }
}
@media screen and (max-width: 768px){
.sentenceletters { font-size: 18px; }
}
@media screen and (max-width: 320px){
.sentenceletters { font-size: 9px; }
}
/***********************************************************************************************************************************************************************************/
/* WHO I AM */ /************************************************************************************************************************************************************/
/* TAMBIEN SIRVE PARA PREGUNTAS HTML */
.contenidowho{
background:transparent;
width: 100%;
height: 100%;
border-bottom: 1px solid #EEEEEE;
}
.contenidowho img{
width: 100%;
height: 100%;
}
.columnawho{
width: 70%;
height: 100%;
background-color: white;
float: right;
display: inline-block;
position: relative;
background: transparent;
margin-right: 10%;
margin-top: -11.5%;
}
.columnawho1{
width: 30%;
height: 100%;
background-color: white;
float: left;
display: inline-block;
position: relative;
background: transparent;
}
.columnawho1 h1{
color: #DB3031;
text-align: left;
font-family: Arial;
font-size: 20px;
border-left: 3px solid #DB3031;
}
.columnawho1 h2{
color: black;
text-align: left;
font-family: Arial;
font-size: 20px;
margin-left: 30px;
}
.columnawho1 h2 a{
color: black;
text-align: left;
font-family: Arial;
}
.columnawho1 h2 a:hover{
color: #DB3031;
}
.columnawho h1{
font-size: 15px;
font-family: Arial;
color: black;
text-align: justify;
margin-right: 20px;
}
.columnawho h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
border-bottom: 1px solid #EEEEEE;
}
.columnawho h3{
font-size: 18px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: left;
}
.columnawho h4{
font-size: 16px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: left;
}
/* PREGUNTAS HTML */
.columnawhofaq{
width: 70%;
height: 100%;
background-color: white;
float: right;
display: inline-block;
position: relative;
background: transparent;
margin-right: 10%;
margin-top: -3.5%;
}
.columnawhofaq h1{
font-size: 15px;
font-family: Arial;
color: black;
text-align: justify;
margin-right: 20px;
}
.columnawhofaq h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
border-bottom: 1px solid #EEEEEE;
}
.columnawhofaq h3{
font-size: 18px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: left;
}
.columnawhofaq h4{
font-size: 16px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: left;
}
/* WHO I AM */
.columnawho2{
width: 70%;
height: 100%;
background-color: white;
float: right;
display: inline-block;
position: relative;
background: transparent;
margin-right: 10%;
margin-top: -3.5%;
}
.columnawho2 h1{
font-size: 15px;
font-family: Arial;
color: black;
text-align: justify;
margin-right: 20px;
}
.columnawho2 h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
border-bottom: 1px solid #EEEEEE;
}
.columnawho2 h3{
font-size: 18px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: left;
}
.columnawho2 h4{
font-size: 16px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: left;
}
/*////////////////////////////////////////////////////*/
.columnatotal{
float: left;
width: 100%;
background-color: #E0E0E0;
position: relative;
}
.columnatotal1{
width: 100%;
background-color: #E0E0E0;
}
.filaexp{
width: 100%;
height: 20px;
background-color: #E0E0E0;
}
.filaexp a{
font-size: 15px;
color: black;
}
.filaexp a:hover{
color: #DB3031;
}
.filaexp i{
font-size: 15px;
color: #DB3031;
}
.filaexp h1{
font-size: 15px;
color: black;
display: inline;
margin-left: 11%;
}
.filaexpbases{
width: 100%;
height: 20px;
background-color: #AF2627;
}
.filaexpbases a{
font-size: 15px;
color: white;
}
.filaexpbases a:hover{
color: black;
}
.filaexpbases i{
font-size: 15px;
color: white;
}
.filaexpbases h1{
font-size: 15px;
color: white;
display: inline;
margin-left: 8%;
}
.filaexpbasesc{
width: 100%;
height: 20px;
background-color: #E0E0E0;
border-top: 1px solid #C6C6C7;
}
.filaexpbasesc a{
font-size: 15px;
color: black;
}
.filaexpbasesc a:hover{
color: #DB3031;
}
.filaexpbasesc i{
font-size: 15px;
color: #DB3031;
}
.filaexpbasesc h1{
font-size: 15px;
color: black;
display: inline;
margin-left: 8%;
}
.columna1{
float: left;
width: 59%;
margin-right: 11%;
}
.columna1 h1{
font-size: 15px;
font-family: Arial;
color: black;
margin-right: 20px;
margin-left: 1%;
}
.columna1 h2{
font-size: 20px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: center;
border-bottom: 1px solid #EEEEEE;
margin-left: 1%;
}
.columna1 h3{
font-size: 18px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: left;
margin-left: 1%;
}
.columna1 h4{
font-size: 16px;
font-family: Arial;
text-shadow: 1px 1px 1px #666;
color: #DB3031;
text-align: left;
}
.columnatotal .columna2{
float: left;
width: 19%;
margin-left: 11%;
}
.columnatotal .columna2 h1{
color: #DB3031;
text-align: left;
font-family: Arial;
font-size: 20px;
border-left: 3px solid #DB3031;
}
.columnatotal .columna2 h2{
color: black;
text-align: left;
font-family: Arial;
font-size: 15px;
margin-left: 25px;
}
.columnatotal .columna2 h1 a{
color: #DB3031;
text-align: left;
font-family: Arial;
font-size: 17px;
}
.columnatotal .columna2 h1 a:hover{
color: #DB3031;
}
.columnatotal .columna2 h2 a{
color: black;
text-align: left;
font-family: Arial;
}
.columnatotal .columna2 h2 a:hover{
color: #DB3031;
}
/* PART EXPAND OF QUESTIONS.HTML***********************************************/
.click-target {
cursor: pointer;
}
.expandir-tabs{
padding: 1rem;
min-height: 40px;
border-left: 5px solid #DB3031;
}
.expandir-tabs2{
padding: 1rem;
min-height: 40px;
border-left: 5px solid #1A2636;
}
.expandir-tabs3{
padding: 1rem;
min-height: 40px;
border-left: 5px solid #800000;
}
.expandir-tabs4{
padding: 1rem;
min-height: 40px;
border-left: 5px solid #EBE5E5;
}
.expandir-tab {
padding: 1rem;
min-height: 40px;
}
.expandir-tab.tab1 {
background: transparent;
color: #DB3031;
}
.expandir-tab.tab2 {
background: transparent;
color: #DB3031;
}
.expandir-tab.tab3 {
background: transparent;
color: #DB3031;
}
.titulo-tab {
vertical-align: middle;
}
.hidden-content {
display: none;
}
/********************************************************************************************************************/
/******************************************** START OF QUERIES******************************************************/
@media screen and (max-width: 2600px){
.columnaiconos i {
margin-top: 20%;
color: white;
font-size: 100px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display: block;
margin-left: 20%;
transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
}
.columnaiconos a{
font-family: 'Arial';
font-size: 50px;
padding-top: 5px;
display: block;
margin-top: -40%;
margin-left: -20%;
width: 100%;
height: 200px;
transform: translate(0px);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
opacity: 0;
transition: transfom opacity 1.5s;
}
.columnaiconos{
width: 25%;
height: 300px;
background-color: #DB3031;
float: left;
display: inline-block;
position: relative;
}
.contenido{
width: 100%;
height: 240px;
display: block;
margin-top: 0;
}
.filacontenido1{
width: 100%;
height: 100px;
background-color: #AF2627;
border-top: 20px solid #C52B2C;
}
.filacontenido1 h1{
color: white;
font-size: 50px;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.filacontenido2{
width: 100%;
height: 300px;
background-image: url(images/6.jpg);
background-size: cover;
margin-top: 0;
}
.filacontenido2 h2{
font-size: 50px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.columna21{
width: 50%;
height: 200px;
background: transparent;
position: relative;
display: inline-block;
float: left;
}
.columna21 h1{
font-size: 20px;
color: white;
margin-top: 0;
position: relative;
}
.columna21 img{
margin-left: 20%;
}
.filacontenido3{
width: 100%;
height: 300px;
background-image: url(images/7.jpg);
background-size: cover;
margin-top: 0;
}
.filacontenido3 h2{
font-size: 50px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.filaback {
width: 100%;
height: 50px;
background: rgba(0,0,0,0.9);
position: relative;
margin-top: 0;
}
}
@media screen and (max-width: 1330px){
.contenidobaseseb17 {
height: 1150px;
}
.contenidobaseseb12 {
height: 500px;
}
.contenidobaseseb12 .columnabases1 h1 {
font-size: 13px;
}
.contenidobaseseb15 {
height: 700px;
}
.contenidobaseseb15 .columnabases3{
height: 250px;
}
.contenidobaseseb15 .columnabases1 h1 {
font-size: 13px;
}
.contenidobaseseb15 .columnabases2 h1 {
font-size: 13px;
}
.contenidobaseseb15 .columnabases3 h1 {
font-size: 13px;
}
.contenidobaseseb12 {
height: 540px;
}
.contenidobaseseb12 .columnabases1{
height: 250px;
}
.contenidobaseseb1{
height: 350px;
}
.contenidobaseseb1 .columnabases1 h1 {
font-size: 13px;
}
.contenidobaseseb .columnabases1 h1 {
font-size: 13px;
}
.contenidobaseseb14 .columnabases1 h1 {
font-size: 13px;
}
.contenidobaseseb13 .columnabases1 h1 {
font-size: 13px;
}
.contenidobaseseb17 .columnabases1 h1 {
font-size: 13px;
}
}
@media screen and (max-width: 1000px)
{
/*********************************************************************************/
.columnaiconos i {
margin-top: 20%;
color: white;
font-size: 50px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display: block;
margin-left: 20%;
transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
}
.columnaiconos a{
font-family: 'Arial';
font-size: 20px;
padding-top: 5px;
display: block;
margin-top: -40%;
margin-left: -20%;
width: 100%;
height: 100px;
transform: translate(0px);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
opacity: 0;
transition: transfom opacity 1.5s;
}
.columnaiconos{
width: 25%;
height: 150px;
background-color: #DB3031;
float: left;
display: inline-block;
position: relative;
}
.fila{
width: 100%;
height: 100px;
background: transparent;
}
.contenido{
width: 100%;
height: 100px;
display: block;
margin-top: 0;
}
.filacontenido1{
width: 100%;
height: 100px;
background-color: #af2627;
border-top: 10px solid #c52b2c;
}
.filacontenido1 h1{
color: white;
font-size: 22px;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.filacontenido2{
width: 100%;
height: 200px;
background-image: url(images/6.jpg);
background-size: cover;
margin-top: 0;
}
.filacontenido2 h2{
font-size: 22px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.columna21{
width: 50%;
height: 100px;
background: transparent;
position: relative;
display: inline-block;
float: left;
}
.columna21 h1{
font-size: 8px;
color: white;
margin-top: 0;
position: relative;
}
.columna21 img{
margin-left: 20%;
width: 60%;
height: 100%;
}
.filacontenido3{
width: 100%;
height: 200px;
background-image: url(images/7.jpg);
background-size: cover;
margin-top: 0;
}
.filacontenido3 h2{
font-size: 22px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.filaback {
width: 100%;
height: 50px;
background: rgba(0,0,0,0.9);
position: relative;
margin-top: 0;
}
.contenidobaseseb12 .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb12 .columnabases1 h1 {
font-size: 9px;
}
.contenidobaseseb1 .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb1 .columnabases1 h1 {
font-size: 9px;
}
.contenidobaseseb13 .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb13 .columnabases1 h1 {
font-size: 9px;
}
.contenidobaseseb .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb .columnabases1 h1 {
font-size: 9px;
}
.contenidobaseseb14 .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb14 .columnabases1 h1 {
font-size: 9px;
}
.contenidobaseseb15 .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb15 .columnabases1 h1 {
font-size: 9px;
}
.contenidobaseseb15 .columnabases2 h2 {
font-size: 15px;
}
.contenidobaseseb15 .columnabases2 h1 {
font-size: 9px;
}
.contenidobaseseb15 .columnabases3 h2 {
font-size: 15px;
}
.contenidobaseseb15 .columnabases3 h1 {
font-size: 9px;
}
.contenidobaseseb17 .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb17 .columnabases1 h1 {
font-size: 9px;
}
.filacontenido4{
height: 400px;
}
.filacontenido4 h2{
font-size: 22px;
}
.columna22 h1 {
font-size: 10px;
}
.columna22 table {
font-size: 10px;
}
.contenidobaseseb1 {
height: 320px;
}
}
@media screen and (max-width: 800px){
.columnaiconos i {
margin-top: 20%;
color: white;
font-size: 50px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display: block;
margin-left: 20%;
transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
}
.columnaiconos a{
font-family: 'Arial';
font-size: 20px;
padding-top: 5px;
display: block;
margin-top: -40%;
margin-left: -20%;
width: 100%;
height: 100px;
transform: translate(0px);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
opacity: 0;
transition: transfom opacity 1.5s;
}
.columnaiconos{
width: 25%;
height: 150px;
background-color: #DB3031;
float: left;
display: inline-block;
position: relative;
}
.fila{
width: 100%;
height: 100px;
background: transparent;
}
.contenido{
width: 100%;
height: 100px;
display: block;
margin-top: 0;
}
.filacontenido1{
width: 100%;
height: 100px;
background-color: #af2627;
border-top: 10px solid #c52b2c;
}
.filacontenido1 h1{
color: white;
font-size: 25px;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.filacontenido2{
width: 100%;
height: 200px;
background-image: url(images/6.jpg);
background-size: cover;
margin-top: 0;
}
.filacontenido2 h2{
font-size: 25px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.columna21{
width: 50%;
height: 100px;
background: transparent;
position: relative;
display: inline-block;
float: left;
}
.columna21 h1{
font-size: 10px;
color: white;
margin-top: 0;
position: relative;
}
.columna21 img{
margin-left: 20%;
width: 60%;
height: 100%;
}
.filacontenido3{
width: 100%;
height: 200px;
background-image: url(images/7.jpg);
background-size: cover;
margin-top: 0;
}
.filacontenido3 h2{
font-size: 25px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.filaback {
width: 100%;
height: 50px;
background: rgba(0,0,0,0.9);
position: relative;
margin-top: 0;
}
.contenidobaseseb12 .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb12 .columnabases1 h1 {
font-size: 9px;
}
.contenidobaseseb1 .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb1 .columnabases1 h1 {
font-size: 9px;
}
.contenidobaseseb13 .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb13 .columnabases1 h1 {
font-size: 9px;
}
.contenidobaseseb .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb .columnabases1 h1 {
font-size: 9px;
}
.contenidobaseseb14 .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb14 .columnabases1 h1 {
font-size: 9px;
}
.contenidobaseseb15 .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb15 .columnabases1 h1 {
font-size: 9px;
}
.contenidobaseseb15 .columnabases2 h2 {
font-size: 15px;
}
.contenidobaseseb15 .columnabases2 h1 {
font-size: 9px;
}
.contenidobaseseb15 .columnabases3 h2 {
font-size: 15px;
}
.contenidobaseseb15 .columnabases3 h1 {
font-size: 9px;
}
.contenidobaseseb17 .columnabases1 h2 {
font-size: 15px;
}
.contenidobaseseb17 .columnabases1 h1 {
font-size: 9px;
}
.filacontenido4{
height: 400px;
}
.filacontenido4 h2{
font-size: 22px;
}
.columna22 h1 {
font-size: 9px;
}
.columna22 table {
font-size: 9px;
}
}
@media screen and (max-width: 600px){
.columnaiconos i {
margin-top: 20%;
color: white;
font-size: 30px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display: block;
margin-left: 20%;
transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
}
.columnaiconos a{
font-family: 'Arial';
font-size: 15px;
padding-top: 5px;
display: block;
margin-top: -40%;
margin-left: -20%;
width: 100%;
height: 200px;
transform: translate(0px);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
opacity: 0;
transition: transfom opacity 1.5s;
}
.columnaiconos{
width: 25%;
height: 100px;
background-color: #DB3031;
float: left;
display: inline-block;
position: relative;
}
.fila{
width: 100%;
height: 100px;
background: transparent;
}
.contenido{
width: 100%;
height: 80px;
display: block;
margin-top: 0;
}
.filacontenido2 h2{
font-size: 15px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.filacontenido3 h2{
font-size: 15px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.contenidobaseseb12 .columnabases1 h2 {
font-size: 10px;
}
.contenidobaseseb12 .columnabases1 h1 {
font-size: 7px;
}
.contenidobaseseb1 .columnabases1 h2 {
font-size: 10px;
}
.contenidobaseseb1 .columnabases1 h1 {
font-size: 7px;
}
.contenidobaseseb13 .columnabases1 h2 {
font-size: 10px;
}
.contenidobaseseb13 .columnabases1 h1 {
font-size: 7px;
}
.contenidobaseseb .columnabases1 h2 {
font-size: 10px;
}
.contenidobaseseb .columnabases1 h1 {
font-size: 7px;
}
.contenidobaseseb14 .columnabases1 h2 {
font-size: 10px;
}
.contenidobaseseb14 .columnabases1 h1 {
font-size: 7px;
}
.contenidobaseseb15 .columnabases1 h2 {
font-size: 10px;
}
.contenidobaseseb15 .columnabases1 h1 {
font-size: 7px;
}
.contenidobaseseb15 .columnabases2 h2 {
font-size: 10px;
}
.contenidobaseseb15 .columnabases2 h1 {
font-size: 7px;
}
.contenidobaseseb15 .columnabases3 h2 {
font-size: 10px;
}
.contenidobaseseb15 .columnabases3 h1 {
font-size: 7px;
}
.contenidobaseseb17 .columnabases1 h2 {
font-size: 10px;
}
.contenidobaseseb17 .columnabases1 h1 {
font-size: 7px;
}
.textobases2 h1{
font-size: 18px;
}
.filacontenido4{
height: 400px;
}
.filacontenido4 h2{
font-size: 15px;
}
.columna22 h1 {
font-size: 7px;
}
.columna22 table {
font-size: 7px;
}
}
@media screen and (max-width: 400px){
.columnaiconos i {
margin-top: 20%;
color: white;
font-size: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display: block;
margin-left: 20%;
transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
}
.columnaiconos a{
font-family: 'Arial';
font-size: 10px;
padding-top: 5px;
display: block;
margin-top: -40%;
margin-left: -20%;
width: 100%;
height: 40px;
transform: translate(0px);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
opacity: 0;
transition: transfom opacity 1.5s;
}
.fila{
width: 100%;
height: 80px;
background: transparent;
}
.contenido{
width: 100%;
height: 50px;
display: block;
margin-top: 0;
}
.columnaiconos{
width: 25%;
height: 80px;
background-color: #DB3031;
float: left;
display: inline-block;
position: relative;
}
.filacontenido1{
width: 100%;
height: 50px;
background-color: #af2627;
border-top: 10px solid #c52b2c;
}
.filacontenido1 h1{
color: white;
font-size: 15px;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.filacontenido2{
width: 100%;
height: 160px;
background-image: url(images/6.jpg);
background-size: cover;
margin-top: 0;
}
.filacontenido2 h2{
font-size: 15px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.columna21{
width: 50%;
height: 100px;
background: transparent;
position: relative;
display: inline-block;
float: left;
}
.columna21 h1{
font-size: 8px;
color: white;
margin-top: 0;
position: relative;
}
.columna21 img{
margin-left: 20%;
width: 65%;
height: 80%;
}
.filacontenido3{
width: 100%;
height: 160px;
background-image: url(images/7.jpg);
background-size: cover;
margin-top: 0;
}
.filacontenido3 h2{
font-size: 15px;
color: white;
text-align: center;
margin-top: 0;
text-shadow: 0px 2px 3px #171717;
}
.filaback {
width: 100%;
height: 50px;
background: rgba(0,0,0,0.9);
position: relative;
margin-top: 0;
}
.contenido1{
width: 100%;
height: 100px;
background-color: #000509;
color: rgba(255, 255, 255, 0.9);
display: block;
font-size: 100px;
opacity: 0.76;
text-shadow: 1px 1px 1px #666;
width: 100%;
margin-top: 200px;
}
.contenido2{
width: 100%;
height: 100px;
background-color: #000509;
color: rgba(255, 255, 255, 0.9);
display: block;
font-size: 100px;
opacity: 0.76;
text-shadow: 1px 1px 1px #666;
width: 100%;
margin-top: 100px;
}
.contenido3{
width: 100%;
height: 100px;
background-color: #000509;
color: rgba(255, 255, 255, 0.9);
display: block;
font-size: 100px;
opacity: 0.76;
text-shadow: 1px 1px 1px #666;
width: 100%;
margin-top: 100px;
}
.filabases1{
width: 50%;
height: 50%;
top: -100px;
float: left;
position: relative;
display: inline-block;
}
.filabases2{
width: 50%;
height: 50%;
position: relative;
top: -100px;
position: relative;
float: right;
}
}
@media screen and (max-width: 400px){
.contenido1{
width: 100%;
height: 100px;
background-color: #000509;
color: rgba(255, 255, 255, 0.9);
display: block;
font-size: 100px;
opacity: 0.76;
text-shadow: 1px 1px 1px #666;
width: 100%;
margin-top: 200px;
}
.contenido2{
width: 100%;
height: 100px;
background-color: #000509;
color: rgba(255, 255, 255, 0.9);
display: block;
font-size: 100px;
opacity: 0.76;
text-shadow: 1px 1px 1px #666;
width: 100%;
margin-top: 100px;
}
.contenido3{
width: 100%;
height: 100px;
background-color: #000509;
color: rgba(255, 255, 255, 0.9);
display: block;
font-size: 100px;
opacity: 0.76;
text-shadow: 1px 1px 1px #666;
width: 100%;
margin-top: 100px;
}
.filabases1{
width: 50%;
height: 50%;
top: -60px;
float: left;
position: relative;
display: inline-block;
}
.filabases2{
width: 50%;
height: 50%;
position: relative;
top: -60px;
position: relative;
float: right;
}
}
/***************************** END OF QUERIES ********************************************/
/****************************** FLYERS ***************************************************/
.contenidoflyers{
width: 100%;
height: 100%;
}
/**********************************FOOTER ************************************************/
footer{
width: 100%;
height: 350px;
}
.footer-distributed{
background-color: #0C1A1E;
box-sizing: border-box;
width: 100%;
text-align: left;
font: bold 16px Arial;
padding: 50px 50px;
float: left;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
display: inline-block;
vertical-align: top;
}
/* Footer left */
.footer-distributed .footer-left{
width: 40%;
}
/* The company logo */
.footer-distributed h3{
color: white;
font: normal 20px Arial, cursive;
margin: 0;
}
/* Footer links */
.footer-distributed .footer-links{
color: white;
margin: 20px 0 12px;
padding: 0;
}
.footer-distributed .footer-links a{
display:inline-block;
line-height: 1.8;
text-decoration: none;
color: inherit;
}
.footer-distributed .footer-links i{
display:inline-block;
font-size: 20px;
text-decoration: none;
color: inherit;
}
.footer-distributed .footer-links a:hover{
color: #DB3031;
}
/* Footer Center */
.footer-distributed .footer-center{
width: 35%;
}
.footer-distributed .footer-center i{
background-color: black;
color: #FFFFFF;
font-size: 20px;
width: 35px;
height: 35px;
border-radius: 50%;
text-align: center;
line-height: 35px;
margin: 0;
vertical-align: middle;
display: inline-block;
float: left;
}
.footer-distributed .footer-center p{
display: inline-block;
color: white;
vertical-align: middle;
margin-left: 20px;
font: normal 14px Arial;
}
.footer-distributed .footer-center p span{
display:block;
font-weight: normal;
font-size:14px;
line-height:2;
}
.footer-center a{
color: white;
}
.footer-center a:hover{
color: #DB3031;
}
/* Footer Right */
.footer-distributed .footer-right{
width: 20%;
}
.footer-distributed .footer-company-about{
line-height: 20px;
color: #92999f;
font-size: 13px;
font-weight: normal;
margin: 0;
}
.footer-distributed .footer-company-about span{
display: block;
color: #ffffff;
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
}
.footer-distributed .footer-company-about img{
width: 50%;
height: 50%;
}
.footer-distributed .footer-icons{
margin-top: 25px;
}
.footer-distributed .footer-icons a{
display: inline-block;
width: 35px;
height: 35px;
cursor: pointer;
background-color: black;
border-radius: 2px;
font-size: 20px;
color: #ffffff;
text-align: center;
line-height: 35px;
margin-right: 3px;
margin-bottom: 5px;
}
.footer-distributed .footer-icons a:hover{
color: #DB3031;
}
@media screen and (max-width:1201px){
.footer-left h3{
font-size: 15px;
}
.footer-distributed .footer-links a{
font-size: 15px;
}
.footer-distributed .footer-links i{
font-size: 15px;
}
.footer-distributed .footer-center i{
font-size: 16px;
line-height: 40px;
}
.footer-distributed .footer-center p{
font: normal 10px Arial;
}
.footer-distributed .footer-center p span{
font-size:10px;
}
.expandir-tab.tab1 img{
width:80%;
}
}
@media screen and (max-width:937px){
.footer-left h3{
font-size: 15px;
}
.footer-distributed .footer-links a{
font-size: 15px;
}
.footer-distributed .footer-links i{
font-size: 15px;
width: 25px;
height: 25px;
}
.footer-distributed .footer-center p{
font: normal 10px Arial;
}
.footer-distributed .footer-center p span{
font-size:10px;
}
.footer-distributed .footer-company-about{
font-size: 10px;
}
.footer-distributed .footer-company-about span{
font-size: 10px;
}
.footer-distributed .footer-company-about img{
width: 50%;
height: 50%;
}
.footer-distributed .footer-icons a{
width: 20px;
height: 20px;
text-align: center;
font-size: 10px;
line-height:20px;
}
}
@media screen and (max-width:901px){
.footer-left h3{
font-size: 10px;
}
.footer-distributed .footer-links a{
font-size: 10px;
}
.footer-distributed .footer-links i{
font-size: 10px;
}
.footer-distributed .footer-center p{
font: normal 8px Arial;
}
.footer-distributed .footer-center p span{
font-size:7px;
}
.footer-distributed .footer-company-about{
font-size: 7px;
}
.footer-distributed .footer-center i{
font-size: 17px;
line-height: 38px;
}
.footer-distributed .footer-company-about span{
font-size: 10px;
}
.footer-distributed .footer-company-about img{
width: 60%;
height: 60%;
}
.footer-distributed .footer-icons a{
width: 25px;
height: 25px;
text-align: center;
font-size: 15px;
line-height: 25px;
}
}
@media screen and (max-width:767px){
.footer-distributed{
width: 100%;
height: 420px;
float: left;
padding: 20px 0 0 0;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center{
display:inline-block;
float: left;
height: 200px;
}
.footer-distributed .footer-right{
float: left;
width: 100%;
height: 200px;
}
.footer-distributed .footer-left{
padding-left:10%;
width:50%;
}
.footer-distributed .footer-center{
padding-left:10%;
width:50%;
}
.footer-left h3{
font-size: 10px;
}
.footer-distributed .footer-links a{
font-size: 10px;
height: 10px;
}
.footer-distributed .footer-links i{
font-size: 8px;
}
.footer-distributed .footer-center p{
font: normal 8px Arial;
}
.footer-distributed .footer-center i{
font-size: 10px;
line-height: 18px;
width: 20px;
height: 20px;
}
.footer-distributed .footer-center p span{
font-size:10px;
text-align: center;
}
.footer-distributed .footer-company-about{
font-size: 14px;
}
.footer-distributed .footer-company-about span{
font-size: 10px;
margin-left: 42%;
}
.footer-distributed .footer-company-about img{
width: 10%;
height: 10%;
margin-left: 45%;
}
.footer-distributed .footer-icons{
margin-left:42%;
}
.footer-distributed .footer-icons a{
width: 20px;
height: 20px;
text-align: center;
font-size: 10px;
line-height: 18px;
margin-left: 1%;
}
}
@media screen and (max-width:633px){
.footer-left h3{
font-size: 7px;
}
.footer-distributed .footer-links a{
font-size: 7px;
height: 10px;
}
.footer-distributed .footer-links i{
font-size: 8px;
}
.footer-distributed .footer-center p{
font: normal 5px Arial;
}
.footer-distributed .footer-center i{
font-size: 10px;
line-height: 18px;
width: 20px;
height: 20px;
}
.footer-distributed .footer-center p span{
font-size:10px;
text-align: center;
}
.footer-distributed .footer-company-about{
font-size: 10px;
}
.footer-distributed .footer-company-about span{
font-size: 6px;
margin-left: 45%;
}
.footer-distributed .footer-company-about img{
width: 10%;
height: 10%;
margin-left: 48%;
}
.footer-distributed .footer-icons a{
width: 20px;
height: 20px;
text-align: center;
font-size: 10px;
line-height: 18px;
margin-left: 1%;
}
}
@media screen and (max-width: 425px){
.footer-distributed .footer-icons {
margin-left: 35%;
}
.footer-distributed .footer-company-about img {
margin-left: 44%;
}
.footer-distributed .footer-company-about span {
margin-left: 40%;
}
}
@media screen and (max-width: 320px){
.footer-distributed .footer-company-about img {
margin-left: 45%;
}
.footer-distributed .footer-center {
padding-left: 0%;
}
.footer-distributed .footer-left {
padding-left: 2%;
}
}
/****************** QUERIES FALTANTES *************************/
@media screen and (max-width:600px){
.expandir-tab.tab1 {
font-size: 8px;
}
.filaexpbasesc h1{
font-size: 8px;
}
.filaexpbasesc a{
font-size: 8px;
}
.filaexpbasesc i{
font-size: 8px;
}
.filaexpbases h1{
font-size: 8px;
}
.filaexpbases a{
font-size: 8px;
}
.filaexpbases i{
font-size: 8px;
}
.contenido1{
height:100px;
}
.filabases1{
top:-80px;
}
.filabases2{
top:-80px;
}
.contenido2 {
height:100px;
}
.contenido3 {
height:100px;
}
.contenidobaseseb13{
height: 470px;
}
.contenidobaseseb1{
height: 330px;
}
.contenidobaseseb12{
height: 460px;
}
.contenidobaseseb17{
height: 1020px;
}
.contenidobaseseb15{
height: 620px;
}
.columnabases1{
height:200px;
}
.contenidobaseseb12 .columnabases1 img{
width:70%;
}
.contenidobaseseb1 .columnabases1 img{
width:70%;
}
.contenidobaseseb13 .columnabases1 img{
width:70%;
}
.contenidobaseseb .columnabases1 img{
width:70%;
}
.contenidobaseseb14 .columnabases1 img{
width:70%;
}
.contenidobaseseb17 .columnabases1 img{
width:70%;
}
.contenidobaseseb15 .columnabases1 img{
width:70%;
}
.contenidobaseseb15 .columnabases2 img{
width:70%;
}
.contenidobaseseb15 .columnabases3 img{
width:70%;
}
.filabases1 img{
width:90%;
}
.filabases2 img{
width:90%;
}
.textobases1 img {
width: 60%;
height: 40%;
}
.textobases2 img {
width: 60%;
height: 40%;
}
}
@media screen and (max-width:769px){
.columnatotal .columna2 h1 a {
font-size: 14px;
}
.columnatotal .columna2 h2 {
font-size: 10px;
}
.columnatotal .columna2 h1 {
font-size: 14px;
}
.columna1 h2 {
font-size: 14px;
}
.columna1 h1 {
font-size: 10px;
}
.columna1 h3 {
font-size: 14px;
}
.filaexp h1{
font-size: 8px;
}
.filaexp a{
font-size: 8px;
}
.filaexp i{
font-size: 8px;
}
.expandir-tab.tab1 {
font-size: 8px;
}
}
@media screen and (max-width:600px){
.columnatotal .columna2{
float: left;
width: 29%;
}
.columnatotal .columna1{
float: left;
width: 49%;
}
.columnatotal .columna2 h1 a {
font-size: 10px;
}
.columnatotal .columna2 h2 {
font-size: 9px;
}
.columnatotal .columna2 h1 {
font-size: 9px;
}
.columna1 h2 {
font-size: 11px;
}
.columna1 h1 {
font-size: 10px;
}
.columna1 h3 {
font-size: 11px;
}
.filaexp h1{
font-size: 8px;
}
.filaexp a{
font-size: 8px;
}
.filaexp i{
font-size: 8px;
}
}
@media screen and (max-width:560px){
.columnatotal .columna2 h1 a {
font-size: 8px;
}
.columnatotal .columna2 h2 {
font-size: 6px;
}
.columnatotal .columna2 h1 {
font-size: 6px;
}
.columna1 h2 {
font-size: 6px;
}
.columna1 h1 {
font-size: 6px;
}
.columna1 h3 {
font-size: 8px;
}
.filaexp h1{
font-size: 8px;
}
.filaexp a{
font-size: 8px;
}
.filaexp i{
font-size: 8px;
}
@media screen and (max-width:320px){
.columnatotal .columna2 h1 a {
font-size: 5px;
}
.columnatotal .columna2 h2 {
font-size: 5px;
}
.columnatotal .columna2 h1 {
font-size: 5px;
}
.columna1 h2 {
font-size: 4px;
}
.columna1 h1 {
font-size: 4px;
}
.columna1 h3 {
font-size: 4px;
}
.filaexp h1{
font-size: 8px;
}
.filaexp a{
font-size: 8px;
}
.filaexp i{
font-size: 8px;
}
.contenidobaseseb13{
height: 600px;
}
.contenidobaseseb13 .columnabases1{
height:250px;
}
.contenidobaseseb1{
height: 430px;
}
.contenidobaseseb{
height:240px;
}
.contenidobaseseb12{
height:600px;
}
.contenidobaseseb12 .columnabases1{
height:300px;
}
.contenidobaseseb17{
height:1300px;
}
.contenidobaseseb17 .columnabases1{
height:250px;
}
.contenidobaseseb15{
height:680px;
}
.contenidobaseseb15 .columnabases1{
height:200px;
}
.contenidobaseseb15 .columnabases3{
height:200px;
}
}