﻿body {
    background:#473a3a;
    width: 100%;
    top: -10px;
	left: -8px;
    text-align:left;
    font-size:larger;
    height:100%;
    z-index: 1;
    position: absolute;
    box-sizing:border-box; 
   
}


@media screen and (max-width:1024px){
	body {
		font-size:90%;
	} 
    h3{
        font-size:70%;
    }

   
}


@media screen and (max-width:800px){
	body {
		font-size:80%;
	} 
    h3{
        font-size:60%;
    }
   
}

@media screen and (max-width:600px){
	body {
        width:100%;
		font-size:70%;
	}


    .content-body{
        width:100%;
    }
    

    h3{
        font-size:50%;
    }

       
    
    img{
        width:auto;
        height:auto;
    }

    .col-id-4{
        width:100%;
        float:none;
    }
    
    .col-xd-4{
        width:100%;
        float:none;
    }

    .col-md-4{
        width:100%;
        float:none;
    }

    .col-mx-2{
        width:100%;
        float:none;
    }
   
}


nav{
    float:left;
    width:95%;
}

nav ul {
    list-style:none;
    margin: 1%;
}

nav ul li {
    float:left;
    margin-right:4%;
    text-align:center;
}

.menu{
    background:#828281;
    width: 100%;
    top: 0px;
	left: 0px;
    padding-left:11%;
    padding-bottom:0.5%;
    text-align: center;
    height:auto;
    z-index: 0;
    position: absolute;
    color:#ffffff;
    box-shadow: 0px 5px 5px black;
    box-sizing:border-box;

}
.header
{
    position: page;
    margin: 0px;
    background: #ffffff;
    width: 100%;
	height:auto;
    font:500
}

h3{
    color: #2c1f1e;
    font-size:larger;
    font-family:'CG Omega';
    
}

p{
    color:#662518; 
    padding:10px;
    font-size:large;
    font-family:'CG Omega';
}

.content-body{
    width:100%;
    height:80%;
    z-index:1;
    box-sizing:border-box;
    
    
}
.footer
{
    /* PRIMARY LAYOUT ELEMENTS background: #ce9fda; color: #460158; #afd0bd; #f3ad04;  background-color:#e8dddd;*/
    background: #473a3a;
    color: #ffffff;
   /* padding: 0px 0px 0px 0px;*/
    margin: 0px auto;
    font-size:small;
    text-align:left;
    line-height: normal;
    width:100%;
    box-sizing:border-box;
    
}

.w100{
    width:100%;
    padding-top:25px;
    
}



a
{
    color:white;
    font-weight:500;
    font-family:'CG Omega';
    text-decoration:none;  
    
}
a:visited
{
    color:white;
    font-weight:500;
    font-family:'CG Omega';
    text-decoration:none;  
}

a:hover
{
    color:#e8dddd;
    font-weight:500;
    font-family:'CG Omega'; 
    text-decoration:none;  
}

.row {
  margin-right: -15px;
  margin-left: -15px;
 
  
}

.rowi {
  margin-right: -15px;
  margin-left: -15px;
 
  
}



.col-id-4 {
    
    vertical-align:top;
    width: 30%;
    margin-left:3%;
    margin-top:24%;
    background-color:#d0bcbc;
    border: 0px solid transparent;
    border-radius: 5px;
    font-size:larger;
    height:80%;
    overflow:auto;
    
  }

.col-xd-4 {
    
    vertical-align:top;
    width: 30%;
    margin-left:3%;
    margin-top:24%;
    background-color:#d0bcbc;
    border: 0px solid transparent;
    border-radius: 5px;
    font-size:larger;
    height:80%;
    overflow:auto;
    
  }




.col-md-4 {
    
    vertical-align:top;
    width: 30%;
    margin-left:3%;
    margin-top:2%;
    background-color:#d0bcbc;
    border: 0px solid transparent;
    border-radius: 5px;
    font-size:larger;
    height:80%;
  
  }

.col-mx-2 {
    
    vertical-align:top;
    width: 45%;
    margin-left:3%;
    margin-top:2%;
    background-color:#d0bcbc;
    border: 0px solid transparent;
    border-radius: 5px;
    font-size:larger;
    height:80%;
    

  }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size:large;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid transparent;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #662518;
}

.btn:hover,
.btn:focus {
  color: #662518;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #662518;
  background-color: #828281;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #662518;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.img-md-4 {
    
    vertical-align:top;
    width: 30%;
    margin-left:3%;
    margin-top:2%;
    border: 0px solid transparent;
    border-radius: 5px;
    background-color:none;
    height:80%;
    

  }

.img-md-1 {
    
    vertical-align:top;
    width: 80%;
    margin-left:3%;
    margin-top:2%;
    border: 0px solid transparent;
    border-radius: 5px;
    background-color:none;
    height:80%;
    

  }

.img-md-2 {
    
    vertical-align:top;
    width: 45%;
    margin-left:3%;
    margin-top:2%;
    background-color:none;
    border: 0px solid transparent;
    border-radius: 5px;
    font-size:larger;
    height:80%;
    

  }

.input {
    text-align:left;
    margin:1%; 
    padding:10px;  
    background-color:#d0bcbc;
    border: 0px solid transparent; 
    border-radius: 5px; 
    width:96%;
    padding:10px;
    font-size:large;
    font-family:'CG Omega';

}

.screen {
 overflow:hidden;
 width:100%;
 height:auto;
}

.Redes {
    margin-top:0px; 
    position: absolute;
    vertical-align:top;
    left: 0;
  
    animation-duration: 5s;
    animation-name: Redes;
    animation-iteration-count: 1;
    animation-direction:initial;
    z-index:10;
   
   
    
    
}
@keyframes Redes {
    from {
        margin-top:0px;
        margin-left: 100%;
        width: 100%;
         opacity: 0;
       
    }

    to {
        margin-top: 0px;
        margin-left: 0%;
        width: 100%;
         opacity: 1;
        
       
        
    }
}

.Redes2 {
    margin-top:-500px; 
    position:absolute;
    vertical-align:top;
    left: 0;
    animation-delay:5s;  
    animation-duration: 2s;
    animation-name: Redes2;
    animation-iteration-count: 1;
    animation-direction:alternate;
    z-index: 0;
    overflow:hidden;
    
}
@keyframes Redes2 {
    from {
        margin-top: 0%;
        margin-left: 0%;
        width: 100%;
        opacity: 0;
        z-index: 0;
    }

    to {
        margin-top: -15%;
        margin-left: 0%;
        width: 100%;
        opacity: 1;
        z-index:11;
    }
}





