@font-face {
    font-family: Aller;
    src: url('../fonts/Aller_Bd.ttf');
}
@font-face {
    font-family: Circula;
    src: url('../fonts/circula-medium.otf');
}
.modal-custom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-custom {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-600px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-600px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close-custom {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 200;
}

.close-custom:hover,
.close-cutom:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header-custom {
    padding: 2px 16px;
    background-color: #32b0ad;
    color: white;
}

.modal-body-custom {
  padding: 2px 16px;
  text-align: justify |center;
}

.modal-footer-custom {
    padding: 2px 16px;
    background-color: #6F8280;
    color: white;
}
.si-me-veo{
  z-index: 999999;
}
.no-me-veo{
  z-index: -10;
}
.dos-col{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
.me-centro{
    display: block;
    margin-left: auto;
    margin-right: auto
}
@media screen and (min-width: 1301px){
    .camera_caption h2{
        /*border-bottom:4px solid #FF5722;*/
        font-family: 'Open Sans', sans-serif;
        font-size:120px;
        font-weight:700;
        letter-spacing: -2px;
        color: #
    }   
}
@media screen and (max-width: 1300px){
    .camera_caption h2{
        /*border-bottom:4px solid #FF5722;*/
        font-family: 'Open Sans', sans-serif;
        font-size:120px;
        font-weight:700;
        letter-spacing: -2px;
        color: #
    }   
}
@media screen and (max-width: 1000px){
    .camera_caption h2{
        /*border-bottom:4px solid #00897B;*/
        font-family: 'Open Sans', sans-serif;
        font-size:95px;
        font-weight:700;
        letter-spacing: -2px;
    }   
}

@media screen and (max-width: 800px){
    .camera_caption h2{
        /*border-bottom:4px solid #FFFF00;*/
        font-family: 'Open Sans', sans-serif;
        font-size:70px;
        font-weight:700;
        letter-spacing: -2px;
    }   
}
@media screen and (max-width: 600px){
    .camera_caption h2{
        /*border-bottom:4px solid #8BC34A;*/
        font-family: 'Open Sans', sans-serif;
        font-size:55px;
        font-weight:700;
        letter-spacing: -2px;
        color: #
    }   
}

@media screen and (max-width: 420px){
    .camera_caption h2{
        /*border-bottom:4px solid #795548;*/
        font-family: 'Open Sans', sans-serif;
        font-size:35px;
        font-weight:700;
        letter-spacing: -2px;
        color: #
    }   
}
@media screen and (max-width: 200px){
    .camera_caption h2{
        /*border-bottom:4px solid #795548;*/
        font-family: 'Open Sans', sans-serif;
        font-size:20px;
        font-weight:700;
        letter-spacing: -2px;
        color: #
    }   
}

.fa p {
    font-family: 'Circula','Open Sans', sans-serif;
        font-size:20px;
        font-weight:700;            
}


